added callfunc_push_floatrf

This commit is contained in:
Felix Geyer 2004-03-05 19:40:15 +00:00
parent 662b2dae95
commit 2f2dd60754

View File

@ -590,7 +590,7 @@ native callfunc_push_int(value);
native callfunc_push_str(value[]); native callfunc_push_str(value[]);
native callfunc_push_float(Float: value); native callfunc_push_float(Float: value);
native callfunc_push_intrf(&value); native callfunc_push_intrf(&value);
//native callfunc_push_floatrf(Float&: value); native callfunc_push_floatrf(& Float: value);
/* Make the actual call. /* Make the actual call.
* Return value of the function called. */ * Return value of the function called. */