diff options
Diffstat (limited to 'com32/lua/src/lua.h')
| -rw-r--r-- | com32/lua/src/lua.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/com32/lua/src/lua.h b/com32/lua/src/lua.h index 3b325a9a..5a98b6f8 100644 --- a/com32/lua/src/lua.h +++ b/com32/lua/src/lua.h @@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.218.1.4 2008/01/03 15:41:15 roberto Exp $ +** $Id: lua.h,v 1.218.1.5 2008/08/06 13:30:12 roberto Exp $ ** Lua - An Extensible Extension Language ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) ** See Copyright Notice at the end of this file @@ -15,12 +15,13 @@ #include "luaconf.h" +#ifdef SYSLINUX #define feof(x) 0 #define ferror(x) 0 - +#endif #define LUA_VERSION "Lua 5.1" -#define LUA_RELEASE "Lua 5.1.3" +#define LUA_RELEASE "Lua 5.1.4" #define LUA_VERSION_NUM 501 #define LUA_COPYRIGHT "Copyright (C) 1994-2008 Lua.org, PUC-Rio" #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" |
