mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Drop redundant and harmful macro, API change correctly toggled in mod_lua.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -59,10 +59,6 @@
|
|||||||
#else
|
#else
|
||||||
#define lua_rawlen(L,i) lua_objlen(L, (i))
|
#define lua_rawlen(L,i) lua_objlen(L, (i))
|
||||||
#endif
|
#endif
|
||||||
#if LUA_VERSION_NUM > 502
|
|
||||||
/* Load mode for lua_dump() */
|
|
||||||
#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
|
/* Create a set of AP_LUA_DECLARE(type), AP_LUA_DECLARE_NONSTD(type) and
|
||||||
* AP_LUA_DECLARE_DATA with appropriate export and import tags for the platform
|
* AP_LUA_DECLARE_DATA with appropriate export and import tags for the platform
|
||||||
|
Reference in New Issue
Block a user