use pkgincludedir for headers (to avoid file name collisions), renamed LIBT2N_CLIENT_...
[libt2n] / codegen / codegen-stubhead.hxx
index fa9947f..64d3d5b 100644 (file)
 #include <command.hxx>
 
 #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
 
 #endif