X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2Fcodegen-stubhead.hxx;h=64d3d5b5d9c2932a31117772ec3d5b2297e8dfd5;hp=8445551f5b17a43132d40d2d575390649651f46d;hb=373558f707dd668486de943dadfb4efe492b07af;hpb=25924caeef56c6e09e73216885912ac525ebec9f diff --git a/codegen/codegen-stubhead.hxx b/codegen/codegen-stubhead.hxx index 8445551..64d3d5b 100644 --- a/codegen/codegen-stubhead.hxx +++ b/codegen/codegen-stubhead.hxx @@ -13,10 +13,8 @@ #ifdef __GCCXML__ #define LIBT2N_EXPORT __attribute((gccxml("libt2n-default"))) -#define LIBT2N_EXPORT_GROUP(group) __attribute((gccxml("libt2n-"#group))) #else #define LIBT2N_EXPORT -#define LIBT2N_EXPORT_GROUP(group) #endif #endif