cleanup - simpliefied again by removing support for multiple command groups within...
[libt2n] / codegen / codegen-stubhead.hxx
index 8445551..64d3d5b 100644 (file)
 
 #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