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: command-line #unassert


On Thu, Mar 16, 2000 at 12:28:23AM +0900, Neil Booth wrote:
> This is a simple patch to implement #unassert as a command line
> option -A- followed by whatever would come after the #unassert; e.g.
> 
> "-A-system(gnu)"
> 
> or
> 
> -A "-system(gnu)"
> 
> The patch's substance is really only a few lines; it looks big because
> of editing a comment and changing indentation.

This is fine.  Please update the documentation (cpp.texi and/or
print_help) also.

> Zack, I looked at doing the assert / unassert with "=" as you
> suggested, but I think it's best to wait until you implement your
> token list stuff.

Very well.

zw

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