X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2Fcodegen-stubhead.hxx;h=fa9947fec305b6e4003c928d0052fe3b725fd00c;hp=465ef15b9225b5dfaf33703225a8670edd29227e;hb=bf62f8b70a94fd7238af116f7b16cea0a8852d27;hpb=fdc716c251cd31421ee73e444de93a274a3315f4 diff --git a/codegen/codegen-stubhead.hxx b/codegen/codegen-stubhead.hxx index 465ef15..fa9947f 100644 --- a/codegen/codegen-stubhead.hxx +++ b/codegen/codegen-stubhead.hxx @@ -6,14 +6,16 @@ #include #include #include -#include #include #include #include #ifdef __GCCXML__ -#define LIBT2N_SET_DEFAULTGROUP(x) namespace { typedef __attribute((gccxml(#x))) int libt2n_default; } +#define LIBT2N_SET_DEFAULTGROUP(x) namespace { typedef __attribute((gccxml("libt2n-"#x))) int libt2n_default_group; } +/* not allowed anymore +#define LIBT2N_SET_DEFAULTGROUP(x) #define LIBT2N_EXPORT __attribute((gccxml("libt2n-"#x))) +*/ #define LIBT2N_EXPORT __attribute((gccxml("libt2n-default"))) #define LIBT2N_EXPORT_GROUP(group) __attribute((gccxml("libt2n-"#group))) #else @@ -21,3 +23,5 @@ #define LIBT2N_EXPORT #define LIBT2N_EXPORT_GROUP(group) #endif + +#endif