mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
fix compilation
This commit is contained in:
@@ -111,7 +111,7 @@ static void math_rad (void)
|
||||
}
|
||||
|
||||
static void math_frexp (void) {
|
||||
int32 e;
|
||||
int e;
|
||||
lua_pushnumber(frexp(luaL_check_number(1), &e));
|
||||
lua_pushnumber(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user