diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-02-02 17:02:40 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-02-02 17:02:40 -0200 |
commit | 7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1 (patch) | |
tree | 451d2bd1999ab7a333220568eb85950b4b04b893 /liolib.c | |
parent | 1f9e3731d17df79461a0dc57cc9bd159c70ac56f (diff) | |
download | lua-7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1.tar.gz lua-7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1.tar.bz2 lua-7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1.zip |
details
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.101 2001/01/26 11:45:51 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 1.102 2001/01/26 12:12:16 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 | */ |
@@ -644,7 +644,7 @@ static int errorfb (lua_State *L) { | |||
644 | 644 | ||
645 | 645 | ||
646 | 646 | ||
647 | static const struct luaL_reg iolib[] = { | 647 | static const luaL_reg iolib[] = { |
648 | {"appendto", io_appendto}, | 648 | {"appendto", io_appendto}, |
649 | {"clock", io_clock}, | 649 | {"clock", io_clock}, |
650 | {"closefile", io_close}, | 650 | {"closefile", io_close}, |