Mail Archives: djgpp-workers/2000/07/20/11:38:44
On Thu, 20 Jul 2000, Mark E. wrote:
> > Coulds someone please post the contents of limits.h that GCC wants to
> > install? (If I can get GCC's limits.h by anon CVS, just tell me how,
> > so I could stop bothering you-all.) Thanks in advance.
>
> Here it is:
Thanks.
I'm sorry for asking more questions, but I don't want to make a fool out
of ourselves when I reply to Martin Loewis.
> #ifndef _GCC_LIMITS_H_ /* Terminated in limity.h. */
> #define _GCC_LIMITS_H_
[...]
> #else /* not _GCC_LIMITS_H_ */
>
> #ifdef _GCC_NEXT_LIMITS_H
> #include_next <limits.h> /* recurse down to the real one */
> #endif
This seems to be a provision for using our limits.h instead of the one
GCC supplies. But I don't understand how are _GCC_LIMITS_H_ and
_GCC_NEXT_LIMITS_H supposed to be defined. Do they come from specs?
Also, is this include_next gork present in the other headers GCC wants
to install?
- Raw text -