diff options
Diffstat (limited to 'gcc/glimits.h')
-rw-r--r-- | gcc/glimits.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/glimits.h b/gcc/glimits.h index 5238689ac93..d11fd3dcffd 100644 --- a/gcc/glimits.h +++ b/gcc/glimits.h @@ -1,8 +1,8 @@ #ifndef _LIMITS_H_ #ifndef _MACH_MACHLIMITS_H_ -/* _MACH_MACHLIMITS.H_ is used on OSF/1. */ -#define _LIMITS_H +/* _MACH_MACHLIMITS_H_ is used on OSF/1. */ +#define _LIMITS_H_ #define _MACH_MACHLIMITS_H_ /* Number of bits in a `char'. */ @@ -68,4 +68,4 @@ #define ULONG_MAX 4294967295UL #endif /* _MACH_MACHLIMITS_H_ */ -#endif /* _LIMITS_H */ +#endif /* _LIMITS_H_ */ |