aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1-5666.3/gcc/limitx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1-5666.3/gcc/limitx.h')
-rw-r--r--gcc-4.2.1-5666.3/gcc/limitx.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc-4.2.1-5666.3/gcc/limitx.h b/gcc-4.2.1-5666.3/gcc/limitx.h
new file mode 100644
index 000000000..dbddcfe24
--- /dev/null
+++ b/gcc-4.2.1-5666.3/gcc/limitx.h
@@ -0,0 +1,13 @@
+/* This administrivia gets added to the beginning of limits.h
+ if the system has its own version of limits.h. */
+
+/* APPLE LOCAL begin 4401222 */
+#ifndef _LIBC_LIMITS_H_
+/* Use "..." so that we find syslimits.h only in this same directory. */
+#include "syslimits.h"
+#endif
+#ifdef _GCC_NEXT_LIMITS_H
+#include_next <limits.h>
+#undef _GCC_NEXT_LIMITS_H
+#endif
+/* APPLE LOCAL end 4401222 */