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, 0 insertions, 13 deletions
diff --git a/gcc-4.2.1-5666.3/gcc/limitx.h b/gcc-4.2.1-5666.3/gcc/limitx.h
deleted file mode 100644
index dbddcfe24..000000000
--- a/gcc-4.2.1-5666.3/gcc/limitx.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* 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 */