diff options
author | Randolph Chung <tausq@debian.org> | 2000-07-09 03:07:42 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2000-07-09 03:07:42 +0000 |
commit | 986ea00a8cbe68e3670ff885c969e201e47b0a95 (patch) | |
tree | a9b8dc8481bb0b20dab6bd7e337526bacd51e114 /include/limits.h | |
parent | 7513fde29d278751593c6d3130d25c3c773acccb (diff) |
misc net fixes for building....
Diffstat (limited to 'include/limits.h')
-rw-r--r-- | include/limits.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/limits.h b/include/limits.h index 21520f3c9..39ff69778 100644 --- a/include/limits.h +++ b/include/limits.h @@ -45,10 +45,6 @@ #define MB_LEN_MAX 6 -/* If we are not using GNU CC we have to define all the symbols ourself. - Otherwise use gcc's definitions (see below). */ -#if !defined __GNUC__ || __GNUC__ < 2 - /* We only protect from multiple inclusion here, because all the other #include's protect themselves, and in GCC 2 we may #include_next through multiple copies of this file before we get to GCC's. */ @@ -118,7 +114,6 @@ # endif # endif /* limits.h */ -#endif /* GCC 2. */ #endif /* !_LIBC_LIMITS_H_ */ |