built in the compile time flag NOFLOAT to get rid of the float stuff
This commit is contained in:
@@ -44,8 +44,10 @@ insert_token(tk)
|
||||
dot.tk_fund = INT;
|
||||
dot.tk_ival = 1;
|
||||
break;
|
||||
#ifndef NOFLOAT
|
||||
case FLOATING:
|
||||
dot.tk_fval = Salloc("0.0", 4);
|
||||
break;
|
||||
#endif NOFLOAT
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user