X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Flimity.h;h=8bb398f67869448fd963869f0fa1db0f15c8ed9b;hb=cdabd5b29ab4814aabf463f9597e96859fff31ce;hp=5492553c9c5f3effbbb7cf6cf01f1a4d7e2bad01;hpb=c21047db5b02476399e41eac8719ce9841fb1bc7;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/limity.h b/gcc/limity.h index 5492553c9c5..8bb398f6786 100644 --- a/gcc/limity.h +++ b/gcc/limity.h @@ -1,4 +1,10 @@ /* 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 /* recurse down to the real one */ +#endif + #endif /* not _GCC_LIMITS_H_ */