]> gcc.gnu.org Git - gcc.git/commitdiff
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 d0dc601755b6b70343033305bbcdefb976dafff9..4b927b9a0072f309377915084e3e75d51ba9e1c9 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
This page took 0.066703 seconds and 5 git commands to generate.