X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2Fcodegen-stubhead.hxx;h=8445551f5b17a43132d40d2d575390649651f46d;hp=a05540eebd73e8fc5b80b394babf70df95a6bd7c;hb=84b484fa66baa81473a4278153b43221f877a2e1;hpb=e035276bf0ac5abea21a0aafc6d05e7746e902d1 diff --git a/codegen/codegen-stubhead.hxx b/codegen/codegen-stubhead.hxx index a05540e..8445551 100644 --- a/codegen/codegen-stubhead.hxx +++ b/codegen/codegen-stubhead.hxx @@ -6,18 +6,15 @@ #include #include #include -#include #include #include #include #ifdef __GCCXML__ -#define LIBT2N_SET_DEFAULTGROUP(x) namespace { typedef __attribute((gccxml(#x))) int libt2n_default; } #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