]> gcc.gnu.org Git - gcc.git/blob - gcc/limitx.h
Include syslimits.h instead of system's limits.h.
[gcc.git] / gcc / limitx.h
1 /* This administrivia gets added to the beginning of limits.h
2 if the system has its own version of limits.h. */
3
4 #ifndef _LIMITS_H_ /* Terminated in limity.h. */
5 #define _LIMITS_H_
6
7 #ifndef _LIBC_LIMITS_H_
8 #include "syslimits.h"
9 #endif
This page took 0.037419 seconds and 6 git commands to generate.