[GCC-XML] Not Forgetting Original Typedefs
Phil Thompson
phil at riverbankcomputing.co.uk
Thu Jul 29 10:16:51 EDT 2004
Hi,
With something like the following...
typedef int foo;
void bar(foo);
...the XML defines the bar argument as an int rather than a foo. For me, this
is a problem. I either need to define the argument in terms of the original
typedef - or have an additional attribute that links back to the typedef.
Is this possible? I'm quite happy to hack around the source if somebody could
point me in the right direction.
Thanks,
Phil
More information about the gccxml
mailing list