xref: /dflybsd-src/contrib/gcc-4.7/gcc/limity.h (revision 04febcfb30580676d3e95f58a16c5137ee478b32)
1*e4b17023SJohn Marino /* This administrivia gets added to the end of limits.h
2*e4b17023SJohn Marino    if the system has its own version of limits.h.  */
3*e4b17023SJohn Marino 
4*e4b17023SJohn Marino #else /* not _GCC_LIMITS_H_ */
5*e4b17023SJohn Marino 
6*e4b17023SJohn Marino #ifdef _GCC_NEXT_LIMITS_H
7*e4b17023SJohn Marino #include_next <limits.h>		/* recurse down to the real one */
8*e4b17023SJohn Marino #endif
9*e4b17023SJohn Marino 
10*e4b17023SJohn Marino #endif /* not _GCC_LIMITS_H_ */
11