Changeset - r12995:63490f079d8e
[Not reviewed]
master
0 1 0
yexo - 15 years ago 2009-09-10 23:14:21
yexo@openttd.org
(svn r17499) -Fix (r17498): remove 2 unused functions so some compilers stop warning about them
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/3rdparty/squirrel/sqstdlib/sqstdmath.cpp
Show inline comments
 
@@ -21,6 +21,7 @@
 
	return 1; \
 
}
 

	
 
#ifdef EXPORT_DEFAULT_SQUIRREL_FUNCTIONS
 
static SQInteger math_srand(HSQUIRRELVM v)
 
{
 
	SQInteger i;
 
@@ -35,6 +36,7 @@ static SQInteger math_rand(HSQUIRRELVM v
 
	sq_pushinteger(v,rand());
 
	return 1;
 
}
 
#endif /* EXPORT_DEFAULT_SQUIRREL_FUNCTIONS */
 

	
 
static SQInteger math_abs(HSQUIRRELVM v)
 
{
0 comments (0 inline, 0 general)