From 3335ea11d7de33fae11bf2f287947d6237a1bc1a Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Thu, 19 Nov 2015 21:02:46 +0800 Subject: [PATCH] dummy luaS_expandshr --- skynet-src/luashrtbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skynet-src/luashrtbl.h b/skynet-src/luashrtbl.h index 824a0c85..a9485ccd 100644 --- a/skynet-src/luashrtbl.h +++ b/skynet-src/luashrtbl.h @@ -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