summaryrefslogtreecommitdiff
path: root/gcc/limitx.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-12 22:54:46 -0800
committerYamaArashi <shadow962@live.com>2016-02-12 22:54:46 -0800
commita61ab2707a3ccdb25bbddf82488f5cb64dac0037 (patch)
tree5136f5a0fe3bb8d6c23c474d0145d7d692e7cf6e /gcc/limitx.h
parent09f3893dbdbd3010cca49e0440bef81ea5ff8d4c (diff)
clean up limits.h
Diffstat (limited to 'gcc/limitx.h')
-rwxr-xr-xgcc/limitx.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/limitx.h b/gcc/limitx.h
deleted file mode 100755
index 529d9c5..0000000
--- a/gcc/limitx.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* This administrivia gets added to the beginning of limits.h
- if the system has its own version of limits.h. */
-
-/* We use _GCC_LIMITS_H_ because we want this not to match
- any macros that the system's limits.h uses for its own purposes. */
-#ifndef _GCC_LIMITS_H_ /* Terminated in limity.h. */
-#define _GCC_LIMITS_H_
-
-#ifndef _LIBC_LIMITS_H_
-/* Use "..." so that we find syslimits.h only in this same directory. */
-#include "syslimits.h"
-#endif