diff options
author | Determinant <[email protected]> | 2015-05-21 21:38:52 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-05-21 21:38:52 +0800 |
commit | 7503135d355275a17128f8a4c897739669fcd646 (patch) | |
tree | aae3d1201cdcd835753e7a539871258237d53c0a /nerv.c | |
parent | 32e5174ac5a57307d9e46bb1e02d3031a5afea4e (diff) |
remove useless macro
Diffstat (limited to 'nerv.c')
-rw-r--r-- | nerv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ extern void nerv_point_init(lua_State *L); extern void nerv_matrix_init(lua_State *L); -LUALIB_API int luaopen_libnerv(lua_State *L) { +int luaopen_libnerv(lua_State *L) { lua_newtable(L); lua_pushvalue(L, -1); lua_setfield(L, LUA_GLOBALSINDEX, "nerv"); |