OSDN Git Service

fortran/
[pf3gnuchains/gcc-fork.git] / gcc / limitx.h
index 4e383bc..529d9c5 100644 (file)
@@ -7,6 +7,6 @@
 #define _GCC_LIMITS_H_
 
 #ifndef _LIBC_LIMITS_H_
-/* Use <...> so that we find syslimits.h only in system include dirs.  */
-#include <syslimits.h>
+/* Use "..." so that we find syslimits.h only in this same directory.  */
+#include "syslimits.h"
 #endif