Paul Eggert wrote: > This is a followup to my previous message about using #include_next to > fix problems I'm having with GCC 4.2.0 on Debian stable. > > Bruno, are the following #include_next patches to fchdir, iconv_open, > and locale OK with you?
I prefer to avoid #include_next for the reasons mentioned in [1]. But since you are already at it, better have things done consistently. OK for me. If it triggers the "great confusion" that the gcc doc is talking about, we can always revert back to the "#pragma GCC system_header" approach. Bruno [1] http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00222.html
