Brad King ha scritto:
Francesco Montorsi wrote:
Specifically, for what I'm developing I need to know only #defined
values, not #defined macros. So I guess I'll grep the sources for
"#define" and then parse the results...

In that case, try running

  gccxml -E -dM input.cxx
thanks! that's much better than grepping ;)

Francesco

_______________________________________________
gccxml mailing list
[email protected]
http://www.gccxml.org/mailman/listinfo/gccxml

Reply via email to