mirror of
https://github.com/lua/lua
synced 2024-11-26 06:39:41 +03:00
use C names for C types
This commit is contained in:
parent
5085f09ce5
commit
7285fa393b
4
liolib.c
4
liolib.c
@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: liolib.c,v 2.30 2003/01/17 15:27:28 roberto Exp roberto $
|
||||
** $Id: liolib.c,v 2.31 2003/02/11 15:24:52 roberto Exp roberto $
|
||||
** Standard I/O (and system) library
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@ -40,7 +40,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#define FILEHANDLE "FileHandle"
|
||||
#define FILEHANDLE "FILE*"
|
||||
|
||||
#define IO_INPUT "_input"
|
||||
#define IO_OUTPUT "_output"
|
||||
|
Loading…
Reference in New Issue
Block a user