aboutsummaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'liolib.c')
-rw-r--r--liolib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/liolib.c b/liolib.c
index c1453a19..0e58a942 100644
--- a/liolib.c
+++ b/liolib.c
@@ -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
724void lua_iolibopen (lua_State *L) { 724LUA_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}