This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Way to tell in libcpp if something is a macro...
- From: Tom Tromey <tromey at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Ed Smith-Rowland <3dw4rd at verizon dot net>, gcc-patches <gcc at gcc dot gnu dot org>
- Date: Wed, 26 Jun 2013 11:49:33 -0600
- Subject: Re: Way to tell in libcpp if something is a macro...
- References: <51CB0DF0 dot 1000505 at verizon dot net> <87wqpgpy9m dot fsf at fleche dot redhat dot com> <20130626174132 dot GX2336 at tucnak dot redhat dot com>
Jakub> Though, for all such changes consider what will happen if people
Jakub> compile with -save-temps, or preprocess separately from
Jakub> compilation (ccache etc.).
Yes, good point.
It is useful as a hack but doubtful in other ways.
Tom