This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: #define in a macro definition


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


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