view gcc/limity.h @ 37:d096b2ff82d9

Added tag gcc.4.4.2 for changeset 855418dad1a3
author e075725
date Tue, 22 Dec 2009 21:52:56 +0900
parents a06113de4d67
children
line wrap: on
line source

/* This administrivia gets added to the end of limits.h
   if the system has its own version of limits.h.  */

#else /* not _GCC_LIMITS_H_ */

#ifdef _GCC_NEXT_LIMITS_H
#include_next <limits.h>		/* recurse down to the real one */
#endif

#endif /* not _GCC_LIMITS_H_ */