diff options
-rw-r--r-- | liolib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 2.30 2003/01/17 15:27:28 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 2.31 2003/02/11 15:24:52 roberto Exp roberto $ |
3 | ** Standard I/O (and system) library | 3 | ** Standard I/O (and system) library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -40,7 +40,7 @@ | |||
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | 42 | ||
43 | #define FILEHANDLE "FileHandle" | 43 | #define FILEHANDLE "FILE*" |
44 | 44 | ||
45 | #define IO_INPUT "_input" | 45 | #define IO_INPUT "_input" |
46 | #define IO_OUTPUT "_output" | 46 | #define IO_OUTPUT "_output" |