diff options
author | Lua Team <team@lua.org> | 2011-06-28 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2011-06-28 12:00:00 +0000 |
commit | f6800181d1ead861262d8465110d80116e98ad6e (patch) | |
tree | 5da122fff8e5c465a6fe4a1bf228d89ae35ff219 /src/liolib.c | |
parent | 24a2997ef4f198da94a3f209a22c4647e4dc483c (diff) | |
download | lua-github-5.2.0-beta-rc4.tar.gz |
Lua 5.2.0-beta-rc45.2.0-beta-rc4
Diffstat (limited to 'src/liolib.c')
-rw-r--r-- | src/liolib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liolib.c b/src/liolib.c index a29a53ec..41e7ec55 100644 --- a/src/liolib.c +++ b/src/liolib.c @@ -1,5 +1,5 @@ /* -** $Id: liolib.c,v 2.100 2011/06/21 13:43:48 roberto Exp $ +** $Id: liolib.c,v 2.101 2011/06/27 19:42:31 roberto Exp $ ** Standard I/O (and system) library ** See Copyright Notice in lua.h */ @@ -49,7 +49,7 @@ #endif /* } */ -#define IO_PREFIX "lua_io_" +#define IO_PREFIX "_IO_" #define IO_INPUT (IO_PREFIX "input") #define IO_OUTPUT (IO_PREFIX "output") |