Remove UNSIGNED_ARITH from a few more files.

I missed these in commits 649410b and 1ab1306.
This commit is contained in:
George Koehler 2017-10-29 17:03:51 -04:00
parent 1ab1306baa
commit d36807b395
3 changed files with 0 additions and 6 deletions

View file

@ -122,7 +122,6 @@
!File: spec_arith.h !File: spec_arith.h
/* describes internal compiler arithmetics */ /* describes internal compiler arithmetics */
/*#define SPECIAL_ARITHMETICS /* something different from native long */ /*#define SPECIAL_ARITHMETICS /* something different from native long */
#define UNSIGNED_ARITH unsigned arith /* when it is supported */
!File: static.h !File: static.h

View file

@ -95,7 +95,3 @@
/*#define USE_INSERT 1 /* use C_insertpart mechanism */ /*#define USE_INSERT 1 /* use C_insertpart mechanism */
!File: uns_arith.h
#define UNSIGNED_ARITH unsigned arith

View file

@ -123,7 +123,6 @@
!File: spec_arith.h !File: spec_arith.h
/* describes internal compiler arithmetics */ /* describes internal compiler arithmetics */
/*#define SPECIAL_ARITHMETICS /* something different from native long */ /*#define SPECIAL_ARITHMETICS /* something different from native long */
/*#define UNSIGNED_ARITH unsigned arith /* when it is supported */
!File: static.h !File: static.h