Mail Archives: djgpp-workers/2000/07/20/12:51:58
> > #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?
Currently, DJGPP's limits.h is included in the snippet above. I don't know
fixincludes would affect this.
This can be shown by using gcc -E on gcc's limits.h (consensed for ease of
reading):
# 1 "limits.h"
# 1 "syslimits.h" 1
# 1 "c:/djgpp/include/limits.h" 1 3
# 7 "syslimits.h" 2
# 11 "limits.h" 2
# 108 "limits.h"
- Raw text -