Merge branch 'master' of github.com:cloudwu/skynet

This commit is contained in:
Cloud Wu
2015-11-19 22:51:55 +08:00

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