diff --git a/Lib/swig.swg b/Lib/swig.swg new file mode 100644 index 000000000..971674121 --- /dev/null +++ b/Lib/swig.swg @@ -0,0 +1,11 @@ +/* ----------------------------------------------------------------------------- + * swig.swg + * + * Common macro definitions and other definitions used by the SWIG parser. + * ----------------------------------------------------------------------------- */ + +#define %init %insert("init") +#define %wrapper %insert("wrapper") +#define %runtime %insert("runtime") +#define %shadow %insert("shadow") +