Remove unused #defines from "arith.h".
These were defined in upstream's per-arch files, so I carried them across, but they aren't actually used anywhere. Change-Id: Ica9796201dcd2caa5c34070c0dd226fc2050ba47
This commit is contained in:
parent
8abf44c415
commit
2e003f4324
@ -15,13 +15,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define IEEE_8087
|
#define IEEE_8087
|
||||||
#define Arith_Kind_ASL 1
|
|
||||||
|
|
||||||
#if __LP64__
|
#if __LP64__
|
||||||
#define Long int
|
#define Long int
|
||||||
#define Intcast (int)(long)
|
|
||||||
#define Double_Align
|
|
||||||
#define X64_bit_pointers
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define INFNAN_CHECK
|
#define INFNAN_CHECK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user