1992-06-28 11:34:25 -04:00
|
|
|
/* This administrivia gets added to the end of limits.h
|
|
|
|
if the system has its own version of limits.h. */
|
|
|
|
|
1994-12-22 12:50:42 -05:00
|
|
|
#else /* not _GCC_LIMITS_H_ */
|
|
|
|
|
|
|
|
#ifdef _GCC_NEXT_LIMITS_H
|
|
|
|
#include_next <limits.h> /* recurse down to the real one */
|
|
|
|
#endif
|
|
|
|
|
1992-11-30 18:08:48 -05:00
|
|
|
#endif /* not _GCC_LIMITS_H_ */
|