Do not use '#endif/#else xxx'; it is not allowed for ANSI C
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
|
||||
#include <em_arith.h> /* obtain definition of "arith" */
|
||||
|
||||
#else SPECIAL_ARITHMETICS
|
||||
#else /* SPECIAL_ARITHMETICS */
|
||||
|
||||
/* not implemented yet */
|
||||
#define arith int /* dummy */
|
||||
|
||||
#endif SPECIAL_ARITHMETICS
|
||||
#endif /* SPECIAL_ARITHMETICS */
|
||||
|
||||
Reference in New Issue
Block a user