summaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'liolib.c')
-rw-r--r--liolib.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/liolib.c b/liolib.c
index 1a414a9d..e2bac28c 100644
--- a/liolib.c
+++ b/liolib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: liolib.c,v 1.50 1999/11/09 17:59:35 roberto Exp roberto $ 2** $Id: liolib.c,v 1.51 1999/11/22 13:12:07 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*/
@@ -632,8 +632,7 @@ static void openwithtags (lua_State *L) {
632} 632}
633 633
634void lua_iolibopen (lua_State *L) { 634void lua_iolibopen (lua_State *L) {
635 /* register lib functions */ 635 luaL_openl(L, iolib);
636 luaL_openlib(L, iolib, (sizeof(iolib)/sizeof(iolib[0])));
637 openwithtags(L); 636 openwithtags(L);
638} 637}
639 638