diff options
author | William Ahern <william@server.local> | 2012-10-13 15:33:40 -0700 |
---|---|---|
committer | William Ahern <william@server.local> | 2012-10-13 15:33:40 -0700 |
commit | b641ef683a81cb9241b35f408aacb0a9a78d0667 (patch) | |
tree | 476639e895a7f521b8470dfaf50b550971727913 | |
parent | 99f075616dc85c38d3119414bed955004b2864a7 (diff) | |
download | luaossl-b641ef683a81cb9241b35f408aacb0a9a78d0667.tar.gz luaossl-b641ef683a81cb9241b35f408aacb0a9a78d0667.tar.bz2 luaossl-b641ef683a81cb9241b35f408aacb0a9a78d0667.zip |
-n
stub resolver working
-rw-r--r-- | compat52.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -142,4 +142,7 @@ typedef struct luaL_Stream { | |||
142 | } luaL_Stream; | 142 | } luaL_Stream; |
143 | 143 | ||
144 | 144 | ||
145 | #define lua_rawlen(...) lua_objlen(__VA_ARGS__) | ||
146 | |||
147 | |||
145 | #endif /* LUA_VERSION_NUM < 502 */ | 148 | #endif /* LUA_VERSION_NUM < 502 */ |