Codechange: replace NULL with nullptr

This commit is contained in:
Rubidium
2023-12-26 07:18:52 +01:00
committed by rubidium42
parent 2072e532f7
commit e0c670cbe8
7 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ static SQRegFunction mathlib_funcs[] = {
_DECL_FUNC(exp,2,".n"),
#ifdef EXPORT_DEFAULT_SQUIRREL_FUNCTIONS
_DECL_FUNC(srand,2,".n"),
_DECL_FUNC(rand,1,NULL),
_DECL_FUNC(rand,1,nullptr),
#endif /* EXPORT_DEFAULT_SQUIRREL_FUNCTIONS */
_DECL_FUNC(fabs,2,".n"),
_DECL_FUNC(abs,2,".n"),