several fixes for new basic compiler
This commit is contained in:
@@ -7,3 +7,10 @@ double v;
|
||||
if( v<0) return(-1);
|
||||
return(0);
|
||||
}
|
||||
|
||||
_forsgn(v)
|
||||
double v;
|
||||
{
|
||||
if (v >= 0) return 1;
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user