Mail Archives: djgpp-workers/2000/07/20/12:29:45
On Thu, 20 Jul 2000, Mark E. wrote:
> _GCC_LIMITS_H is the include guard. _GCC_NEXT_LIMITS_H is defined and then
> undefined in the generated "sysinclude.h" and ends up in gcc's include
> directory:
>
> /* syslimits.h stands for the system's own limits.h file.
> If we can use it ok unmodified, then we install this text.
> If fixincludes fixes it, then the fixed version is installed
> instead of this text. */
>
> #define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
> #include_next <limits.h>
> #undef _GCC_NEXT_LIMITS_H
So, if fixincludes worked in the DJGPP build, we would be using our
limits.h, is that right? Or am I missing something else?
> > Also, is this include_next gork present in the other headers GCC wants
> > to install?
>
> Not that I'm aware of.
So the other headers need to be considered separately.
Thanks again for your help.
- Raw text -