#define in a macro definition

Brian Dessent brian@dessent.net
Sun Dec 18 17:15:00 GMT 2005


bill wrote:

(please keep replies on-list)

> Because what's happening is that I'm dumpster diving code, and coming
> accross
> constants and wondering what their value is.  So I'm constantly adding to
> the list of constants that get printed.  Each time, I have to type or
> cut/paste 3 lines:

There's much better ways to do that then.  For example, "gcc -E -dM
yourfile.c".

Brian



More information about the Gcc-help mailing list