summaryrefslogtreecommitdiffstats
path: root/modules/lua
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2017-07-05 00:14:13 +0200
committerRainer Jung <rjung@apache.org>2017-07-05 00:14:13 +0200
commit7ed2bd2e8b99ad79f2f22bb5b07e3eb461705507 (patch)
treee274f45a418fbc9440b6ddbae77781a4313eaf9f /modules/lua
parentFix new compilation breakage in mod_lua. (diff)
downloadapache2-7ed2bd2e8b99ad79f2f22bb5b07e3eb461705507.tar.xz
apache2-7ed2bd2e8b99ad79f2f22bb5b07e3eb461705507.zip
Fix another mod_lua compile error.
Compilation now tested against Lus 5.1, 5.2 and 5.3. The libs were compiled with COMPAT flags set, but mod_lua no longer sets them so it should compile and run with non-COMPAT libs as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1800833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/lua')
-rw-r--r--modules/lua/mod_lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lua/mod_lua.h b/modules/lua/mod_lua.h
index 3fc36f17ce..0e49cdc0d4 100644
--- a/modules/lua/mod_lua.h
+++ b/modules/lua/mod_lua.h
@@ -55,7 +55,7 @@
#define luaL_setfuncs_compat(a,b) luaL_register(a,NULL,b)
#endif
#if LUA_VERSION_NUM > 502
-#define lua_dump(a,b,c,d) lua_dump(a,b,c,d,0)
+#define lua_dump(a,b,c) lua_dump(a,b,c,0)
#endif
/* Create a set of AP_LUA_DECLARE(type), AP_LUA_DECLARE_NONSTD(type) and