diff options
-rw-r--r-- | compat52.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -142,4 +142,7 @@ typedef struct luaL_Stream { } luaL_Stream; +#define lua_rawlen(...) lua_objlen(__VA_ARGS__) + + #endif /* LUA_VERSION_NUM < 502 */ |
index : luaossl | ||
Most comprehensive OpenSSL module in the Lua universe | Biswakalyan Bhuyan |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | compat52.h | 3 |
@@ -142,4 +142,7 @@ typedef struct luaL_Stream { } luaL_Stream; +#define lua_rawlen(...) lua_objlen(__VA_ARGS__) + + #endif /* LUA_VERSION_NUM < 502 */ |