optimize skynet.error

This commit is contained in:
Cloud Wu
2016-05-06 20:10:11 +08:00
parent 6cc558bb82
commit a6299a0748
5 changed files with 47 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
#include <lua.h>
int _luaseri_pack(lua_State *L);
int _luaseri_unpack(lua_State *L);
int luaseri_pack(lua_State *L);
int luaseri_unpack(lua_State *L);
#endif