diff options
Diffstat (limited to 'src/math.h')
| -rw-r--r-- | src/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ int l_gcd(lua_State*); static const luaL_Reg math_function_list [] = { {"lcm",l_lcm}, //{"gcd",l_gcd}, - + {NULL,NULL} }; |
