From b641ef683a81cb9241b35f408aacb0a9a78d0667 Mon Sep 17 00:00:00 2001 From: William Ahern Date: Sat, 13 Oct 2012 15:33:40 -0700 Subject: -n stub resolver working --- compat52.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compat52.h b/compat52.h index 0a1a135..457974c 100644 --- a/compat52.h +++ b/compat52.h @@ -142,4 +142,7 @@ typedef struct luaL_Stream { } luaL_Stream; +#define lua_rawlen(...) lua_objlen(__VA_ARGS__) + + #endif /* LUA_VERSION_NUM < 502 */ -- cgit v1.2.3-59-g8ed1b