X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2Fcodegen-stubhead.hxx;h=8445551f5b17a43132d40d2d575390649651f46d;hp=fa9947fec305b6e4003c928d0052fe3b725fd00c;hb=25924caeef56c6e09e73216885912ac525ebec9f;hpb=7b541de981f3ff64144822af26bf95e4476f5327 diff --git a/codegen/codegen-stubhead.hxx b/codegen/codegen-stubhead.hxx index fa9947f..8445551 100644 --- a/codegen/codegen-stubhead.hxx +++ b/codegen/codegen-stubhead.hxx @@ -12,14 +12,9 @@ #include #ifdef __GCCXML__ -#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 -#define LIBT2N_SET_DEFAULTGROUP(x) #define LIBT2N_EXPORT #define LIBT2N_EXPORT_GROUP(group) #endif