8sa1-gcc/gcc/limitx.h
Richard Stallman a06865af8b Use <...> in #include.
From-SVN: r2281
1992-09-29 21:29:17 +00:00

11 lines
316 B
C

/* This administrivia gets added to the beginning of limits.h
if the system has its own version of limits.h. */
#ifndef _LIMITS_H_ /* Terminated in limity.h. */
#define _LIMITS_H_
#ifndef _LIBC_LIMITS_H_
/* Use <...> so that we find syslimits.h only in system include dirs. */
#include <syslimits.h>
#endif