use .core for lua c module name

This commit is contained in:
Cloud Wu
2014-08-11 15:45:16 +08:00
parent 0954a906f4
commit d7b228f342
7 changed files with 7 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ mc_nextid(lua_State *L) {
}
int
luaopen_multicast_c(lua_State *L) {
luaopen_multicast_core(lua_State *L) {
luaL_Reg l[] = {
{ "pack", mc_packlocal },
{ "unpack", mc_unpacklocal },