]> granicus.if.org Git - apache/commitdiff
Drop redundant and harmful macro, API change correctly toggled in mod_lua.c
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 26 Aug 2015 16:17:41 +0000 (16:17 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 26 Aug 2015 16:17:41 +0000 (16:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1697966 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/mod_lua.h

index 636d35c5cb32c056cc3c4b5fe5a141637b1102ea..cd2025b1b760329d10e8d08079c58718bab4fb50 100644 (file)
 #else
 #define lua_rawlen(L,i)   lua_objlen(L, (i))
 #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
  * AP_LUA_DECLARE_DATA with appropriate export and import tags for the platform