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 1181d7bd..cc232c9e 100644
--- a/liolib.c
+++ b/liolib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: liolib.c,v 2.33 2003/02/27 12:39:05 roberto Exp roberto $ 2** $Id: liolib.c,v 2.34 2003/03/06 19:36:44 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*/
@@ -749,7 +749,7 @@ static const luaL_reg syslib[] = {
749 749
750 750
751 751
752LUALIB_API int lua_iolibopen (lua_State *L) { 752LUALIB_API int luaopen_io (lua_State *L) {
753 createmeta(L); 753 createmeta(L);
754 luaL_openlib(L, LUA_OSLIBNAME, syslib, 0); 754 luaL_openlib(L, LUA_OSLIBNAME, syslib, 0);
755 lua_pushliteral(L, FILEHANDLE); 755 lua_pushliteral(L, FILEHANDLE);