]> granicus.if.org Git - apache/commit
Switch from lua_objlen() to Lua 5.2 preferred
authorRainer Jung <rjung@apache.org>
Tue, 22 Jul 2014 11:57:06 +0000 (11:57 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 22 Jul 2014 11:57:06 +0000 (11:57 +0000)
commit118e19314dfcc459bf9a0d19baedae365e8423cc
treeebb9268730191e1b345ad1f21b5419afc748d824
parenta41155663abdad60da4837aa30bf169e7bd794a2
Switch from lua_objlen() to Lua 5.2 preferred
lua_rawlen(). Define lua_rawlen() in terms of
lua_objlen() when building against older Lua.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1612552 13f79535-47bb-0310-9956-ffa450edef68
modules/lua/lua_request.c
modules/lua/mod_lua.h