summaryrefslogtreecommitdiff
path: root/gcc/glimits.h
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1992-03-05 15:04:31 +0000
committerTom Wood <wood@gnu.org>1992-03-05 15:04:31 +0000
commitbf4400c2e6915a4ca437a3932575f92b08b46647 (patch)
tree151ea1192f3e225c2a87e07f217e6a5986e1c0f7 /gcc/glimits.h
parent5840cf94b92bb1742326722082c0b4782160b96f (diff)
*** empty log message ***
From-SVN: r394
Diffstat (limited to 'gcc/glimits.h')
-rw-r--r--gcc/glimits.h6
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_ */