many little changes: removed some lint complaints; max_int and max_unsigned
are now constants if NOCROSS is defined; added lexstrict and expr_strict, and changed calls where needed
This commit is contained in:
@@ -31,7 +31,7 @@ fltcstbin(expp, oper, expr)
|
||||
*/
|
||||
flt_arith o1, o2;
|
||||
int compar = 0;
|
||||
int cmpval;
|
||||
int cmpval = 0;
|
||||
|
||||
o1 = (*expp)->FL_ARITH;
|
||||
o2 = expr->FL_ARITH;
|
||||
|
||||
Reference in New Issue
Block a user