This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cpplib error message overhaul


This looks OK to me....

Dave

Zack Weinberg wrote:
> 
> This patch rationalizes the error message scheme used by cpplib and
> moves all of the remaining error functions from cpplib.c to
> cpperror.c.  It should have no impact whatsoever on functionality,
> except that there's now the ability to suppress errors.  This is
> intended to be used by fix-header - I'm not checking that part of the
> patch in, since I already have a large unreviewed patch outstanding on
> fix-header.
> 
> Note that all the files already depend on intl.h, even the ones that
> weren't including it before.
> 
> --enable-c-cpplib does not get any more broken than it is currently.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]