diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-04-27 19:48:41 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-04-27 19:48:41 +0000 |
commit | 9a04f2f84d088370ce7578a955aa684ea030b02e (patch) | |
tree | 290810616b1fb1fc509b7e68166f0f8770ccba9e /gcc/glimits.h | |
parent | 0704d46be609e0680d63e0bcbe95d5d1a34ebeb6 (diff) | |
download | gcc-9a04f2f84d088370ce7578a955aa684ea030b02e.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@845 138bc75d-0d04-0410-961f-82ee72b054a4
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 68d65bb4d62..0ac5b72847b 100644 --- a/gcc/glimits.h +++ b/gcc/glimits.h @@ -1,8 +1,8 @@ -#ifndef _LIMITS_H_ +#ifndef _LIMITS_H___ #ifndef _MACH_MACHLIMITS_H_ /* _MACH_MACHLIMITS_H_ is used on OSF/1. */ -#define _LIMITS_H_ +#define _LIMITS_H___ #define _MACH_MACHLIMITS_H_ /* Number of bits in a `char'. */ @@ -80,4 +80,4 @@ #endif #endif /* _MACH_MACHLIMITS_H_ */ -#endif /* _LIMITS_H_ */ +#endif /* _LIMITS_H___ */ |