aboutsummaryrefslogtreecommitdiff
path: root/lualib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lualib.h')
-rw-r--r--lualib.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lualib.h b/lualib.h
index d373d519..15adcdb4 100644
--- a/lualib.h
+++ b/lualib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lualib.h,v 1.41 2010/10/25 14:32:36 roberto Exp roberto $ 2** $Id: lualib.h,v 1.42 2011/05/25 14:12:28 roberto Exp roberto $
3** Lua standard libraries 3** Lua standard libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -11,9 +11,6 @@
11#include "lua.h" 11#include "lua.h"
12 12
13 13
14/* Key to file-handle type */
15#define LUA_FILEHANDLE "FILE*"
16
17 14
18LUAMOD_API int (luaopen_base) (lua_State *L); 15LUAMOD_API int (luaopen_base) (lua_State *L);
19 16