Do not use '#endif/#else xxx'; it is not allowed for ANSI C
This commit is contained in:
@@ -72,7 +72,7 @@ do_decspecs(ds)
|
||||
if (tp == float_type)
|
||||
tp = double_type;
|
||||
else
|
||||
#endif NOFLOAT
|
||||
#endif /* NOFLOAT */
|
||||
error("long with illegal type");
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user