Commit 30c08fcc by Richard Stallman

Test and define _GCC_LIMITS_H_, not _LIMITS_H_.

From-SVN: r2822
parent 5153d9d6
/* 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_
/* We use _GCC_LIMITS_H_ because we want this not to match
any macros that the system's limits.h uses for its own purposes. */
#ifndef _GCC_LIMITS_H_ /* Terminated in limity.h. */
#define _GCC_LIMITS_H_
#ifndef _LIBC_LIMITS_H_
/* Use <...> so that we find syslimits.h only in system include dirs. */
......
/* This administrivia gets added to the end of limits.h
if the system has its own version of limits.h. */
#endif /* not _LIMITS_H_ */
#endif /* not _GCC_LIMITS_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment