Remove UNSIGNED_ARITH from a few more files.
authorGeorge Koehler <xkernigh@netscape.net>
Sun, 29 Oct 2017 21:03:51 +0000 (17:03 -0400)
committerGeorge Koehler <xkernigh@netscape.net>
Sun, 29 Oct 2017 21:03:51 +0000 (17:03 -0400)
I missed these in commits 649410b and 1ab1306.

fast/f_c.ansi/Parameters
fast/f_m2/Parameters
lang/cem/lint/lpass1.ansi/Parameters

index 239e82c..2700280 100644 (file)
 !File: spec_arith.h
 /* describes internal compiler arithmetics */
 /*#define      SPECIAL_ARITHMETICS     /* something different from native long */
-#define UNSIGNED_ARITH unsigned arith  /* when it is supported */
 
 
 !File: static.h
index 211ca94..a2d5ea1 100644 (file)
@@ -95,7 +95,3 @@
 /*#define USE_INSERT   1       /* use C_insertpart mechanism */
 
 
-!File: uns_arith.h
-#define UNSIGNED_ARITH unsigned arith
-
-
index 1e63582..bf6c518 100644 (file)
 !File: spec_arith.h
 /* describes internal compiler arithmetics */
 /*#define      SPECIAL_ARITHMETICS     /* something different from native long */
-/*#define UNSIGNED_ARITH       unsigned arith  /* when it is supported */
 
 
 !File: static.h