X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2Fcodegen-stubhead.hxx;h=9ab41c0d9ab3470f4466ab6a5e7d6cc10cd26bea;hp=64d3d5b5d9c2932a31117772ec3d5b2297e8dfd5;hb=7799fec761f19ead0aeea59e7db3f4a07eb96627;hpb=73eb04f2271acbd992d395dd821aeadcb73896d8 diff --git a/codegen/codegen-stubhead.hxx b/codegen/codegen-stubhead.hxx index 64d3d5b..9ab41c0 100644 --- a/codegen/codegen-stubhead.hxx +++ b/codegen/codegen-stubhead.hxx @@ -13,8 +13,10 @@ #ifdef __GCCXML__ #define LIBT2N_EXPORT __attribute((gccxml("libt2n-default"))) +#define LIBT2N_DEFAULT_ARG(_type,_value) __attribute((gccxml("libt2n-default-arg",#_value))) _type = _value #else #define LIBT2N_EXPORT +#define LIBT2N_DEFAULT_ARG(_type,_value) _type = _value #endif #endif