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.85 2000/09/22 18:14:06 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 1.86 2000/10/02 20:10:55 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 | */ |
| @@ -721,7 +721,7 @@ static void openwithcontrol (lua_State *L) { | |||
| 721 | } | 721 | } |
| 722 | 722 | ||
| 723 | 723 | ||
| 724 | void lua_iolibopen (lua_State *L) { | 724 | LUA_API void lua_iolibopen (lua_State *L) { |
| 725 | luaL_openl(L, iolib); | 725 | luaL_openl(L, iolib); |
| 726 | openwithcontrol(L); | 726 | openwithcontrol(L); |
| 727 | } | 727 | } |
