dummy luaS_expandshr

This commit is contained in:
Cloud Wu
2015-11-19 21:02:46 +08:00
parent 8d83881808
commit 3335ea11d7

View File

@@ -9,7 +9,7 @@
static inline int luaS_shrinfo(lua_State *L) { return 0; }
static inline void luaS_initshr() {}
static inline void luaS_exitshr() {}
static inline void luaS_expandshr(int n);
static inline void luaS_expandshr(int n) {}
#endif