summaryrefslogtreecommitdiff
path: root/gcc/glimits.h
diff options
context:
space:
mode:
authorwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-05 15:04:31 +0000
committerwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-05 15:04:31 +0000
commitbcbfeda1db4c2585856fa2e91a98d8b52ffd1958 (patch)
tree151ea1192f3e225c2a87e07f217e6a5986e1c0f7 /gcc/glimits.h
parent36df3e4c370d5f45ba6f4c0356f2ecaae95aba0b (diff)
downloadgcc-bcbfeda1db4c2585856fa2e91a98d8b52ffd1958.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@394 138bc75d-0d04-0410-961f-82ee72b054a4
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_ */