diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-04-24 18:05:11 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-04-24 18:05:11 -0300 |
commit | 2ae9c856cfd8db834e023ee0b00601d02df9b388 (patch) | |
tree | 7942365e1fa6e4ab7818e8b19e1bfb82234bd1d8 /liolib.c | |
parent | c4409f69aba65f3b6d4921a5bd4f734fb85b91f9 (diff) | |
download | lua-2ae9c856cfd8db834e023ee0b00601d02df9b388.tar.gz lua-2ae9c856cfd8db834e023ee0b00601d02df9b388.tar.bz2 lua-2ae9c856cfd8db834e023ee0b00601d02df9b388.zip |
more uniform names
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. |