Use <...> in #include.
authorRichard Stallman <rms@gnu.org>
Tue, 29 Sep 1992 21:29:17 +0000 (21:29 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 29 Sep 1992 21:29:17 +0000 (21:29 +0000)
From-SVN: r2281

gcc/limitx.h

index d0dc601..4b927b9 100644 (file)
@@ -5,5 +5,6 @@
 #define _LIMITS_H_
 
 #ifndef _LIBC_LIMITS_H_
-#include "syslimits.h"
+/* Use <...> so that we find syslimits.h only in system include dirs.  */
+#include <syslimits.h>
 #endif