diff options
Diffstat (limited to 'lzio.c')
-rw-r--r-- | lzio.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lzio.c,v 1.13 2000/06/12 13:52:05 roberto Exp roberto $ | 2 | ** $Id: lzio.c,v 1.14 2001/03/26 14:31:49 roberto Exp $ |
3 | ** a generic input stream interface | 3 | ** a generic input stream interface |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -9,7 +9,6 @@ | |||
9 | #include <stdio.h> | 9 | #include <stdio.h> |
10 | #include <string.h> | 10 | #include <string.h> |
11 | 11 | ||
12 | #define LUA_PRIVATE | ||
13 | #include "lua.h" | 12 | #include "lua.h" |
14 | 13 | ||
15 | #include "lzio.h" | 14 | #include "lzio.h" |