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