Remove UNSIGNED_ARITH from a few more files.
I missed these in commits649410b
and1ab1306
.
This commit is contained in:
parent
1ab1306baa
commit
d36807b395
|
@ -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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue