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
1 changed files with 0 additions and 4 deletions
|
@ -15,13 +15,9 @@
|
|||
*/
|
||||
|
||||
#define IEEE_8087
|
||||
#define Arith_Kind_ASL 1
|
||||
|
||||
#if __LP64__
|
||||
#define Long int
|
||||
#define Intcast (int)(long)
|
||||
#define Double_Align
|
||||
#define X64_bit_pointers
|
||||
#endif
|
||||
|
||||
#define INFNAN_CHECK
|
||||
|
|
Loading…
Reference in a new issue