diff options
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 1.60 2000/03/22 16:24:13 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 1.61 2000/03/30 17:19:48 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 | */ |
@@ -231,7 +231,7 @@ static void io_appendto (lua_State *L) { | |||
231 | 231 | ||
232 | 232 | ||
233 | 233 | ||
234 | #ifdef COMPAT_READPATTERN | 234 | #ifdef LUA_COMPAT_READPATTERN |
235 | 235 | ||
236 | /* | 236 | /* |
237 | ** We cannot lookahead without need, because this can lock stdin. | 237 | ** We cannot lookahead without need, because this can lock stdin. |