This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: dwarf2 clean-up
- To: Dan Nicolaescu <dann at godzilla dot ICS dot UCI dot EDU>
- Subject: Re: dwarf2 clean-up
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 15 Feb 2001 00:15:38 -0800
- Cc: gcc-patches at gcc dot gnu dot org, Jason Merrill <jason at redhat dot com>
- References: <200102141759.aa17433@gremlin-relay.ics.uci.edu>
On Wed, Feb 14, 2001 at 05:59:41PM -0800, Dan Nicolaescu wrote:
> + #define DEFDWARF2_CALL_FRAME_INFO(SYM, VAL) case SYM: return #SYM;
This is not K&R C. You must honor HAVE_STRINGIZE.
r~