OSDN Git Service

Include syslimits.h instead of system's limits.h.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 1992 06:57:35 +0000 (06:57 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Sep 1992 06:57:35 +0000 (06:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2224 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/limitx.h

index 1eac97f..d0dc601 100644 (file)
@@ -5,5 +5,5 @@
 #define _LIMITS_H_
 
 #ifndef _LIBC_LIMITS_H_
-#include_next <limits.h>
+#include "syslimits.h"
 #endif