diff options
Diffstat (limited to 'include/limits.h')
-rw-r--r-- | include/limits.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/limits.h b/include/limits.h index 2d47e6b8..44798850 100644 --- a/include/limits.h +++ b/include/limits.h @@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _LIMITS_H -#define _LIMITS_H +#ifndef LIMITS_H +#define LIMITS_H #define CHAR_BIT 8 @@ -26,4 +26,4 @@ #define LONG_BIT 32 #endif /* __LP64__ */ -#endif /* _LIMITS_H */ +#endif /* LIMITS_H */ |