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