X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2Fcodegen-stubhead.hxx;h=5c330f3878aaa690d6d3cce239424203fe44e68f;hp=d21130f95abb532f6de7d77cb1a18ab84f8eafba;hb=52b6f93ade9aebf4d3313a7b5fc2b63a0cc68c3d;hpb=9d3993e555cad0553a9e5743cfb7e1586139481c diff --git a/codegen/codegen-stubhead.hxx b/codegen/codegen-stubhead.hxx index d21130f..5c330f3 100644 --- a/codegen/codegen-stubhead.hxx +++ b/codegen/codegen-stubhead.hxx @@ -14,7 +14,10 @@ #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