diff options
Diffstat (limited to 'gcc/glimits.h')
-rw-r--r-- | gcc/glimits.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/glimits.h b/gcc/glimits.h index bdf7e31..c3b83da 100644 --- a/gcc/glimits.h +++ b/gcc/glimits.h @@ -1,9 +1,5 @@ #ifndef _LIMITS_H___ -#ifndef _MACH_MACHLIMITS_H_ - -/* _MACH_MACHLIMITS_H_ is used on OSF/1. */ #define _LIMITS_H___ -#define _MACH_MACHLIMITS_H_ /* Number of bits in a `char'. */ #undef CHAR_BIT @@ -114,5 +110,4 @@ #define ULONG_LONG_MAX (LONG_LONG_MAX * 2ULL + 1) #endif -#endif /* _MACH_MACHLIMITS_H_ */ #endif /* _LIMITS_H___ */ |