built in the compile time flag NOFLOAT to get rid of the float stuff
This commit is contained in:
@@ -49,10 +49,12 @@ code_startswitch(expp)
|
||||
warning("long in switch (cast to int)");
|
||||
int2int(expp, int_type);
|
||||
break;
|
||||
#ifndef NOFLOAT
|
||||
case DOUBLE:
|
||||
error("float/double in switch");
|
||||
erroneous2int(expp);
|
||||
break;
|
||||
#endif NOFLOAT
|
||||
}
|
||||
|
||||
stack_stmt(l_break, NO_LABEL);
|
||||
|
||||
Reference in New Issue
Block a user