Various improvements

This commit is contained in:
Fabian Wolff
2016-03-06 19:43:57 +01:00
parent b115b84dd1
commit 2fb3522470
21 changed files with 155 additions and 136 deletions

View File

@ -78,7 +78,7 @@ static const SQRegFunction mathlib_funcs[] = {
_DECL_FUNC(rand,1,NULL),
_DECL_FUNC(fabs,2,_SC(".n")),
_DECL_FUNC(abs,2,_SC(".n")),
{0,0},
{0,0,0,0},
};
#undef _DECL_FUNC