From a61ab2707a3ccdb25bbddf82488f5cb64dac0037 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 12 Feb 2016 22:54:46 -0800 Subject: clean up limits.h --- gcc/limity.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 gcc/limity.h (limited to 'gcc/limity.h') diff --git a/gcc/limity.h b/gcc/limity.h deleted file mode 100755 index 8bb398f..0000000 --- a/gcc/limity.h +++ /dev/null @@ -1,10 +0,0 @@ -/* This administrivia gets added to the end of limits.h - if the system has its own version of limits.h. */ - -#else /* not _GCC_LIMITS_H_ */ - -#ifdef _GCC_NEXT_LIMITS_H -#include_next /* recurse down to the real one */ -#endif - -#endif /* not _GCC_LIMITS_H_ */ -- cgit v1.2.3