Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/extern/lualib.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/extern/lualib.h')
-rw-r--r--source/extern/lualib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/extern/lualib.h b/source/extern/lualib.h
index 5165c0f..f5304aa 100644
--- a/source/extern/lualib.h
+++ b/source/extern/lualib.h
@@ -1,5 +1,5 @@
/*
-** $Id: lualib.h,v 1.44 2014/02/06 17:32:33 roberto Exp $
+** $Id: lualib.h,v 1.45.1.1 2017/04/19 17:20:42 roberto Exp $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
@@ -11,6 +11,9 @@
#include "lua.h"
+/* version suffix for environment variable names */
+#define LUA_VERSUFFIX "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR
+
LUAMOD_API int (luaopen_base) (lua_State *L);