OSDN Git Service

4b927b9a0072f309377915084e3e75d51ba9e1c9
[pf3gnuchains/gcc-fork.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 /* Use <...> so that we find syslimits.h only in system include dirs.  */
9 #include <syslimits.h>
10 #endif