From 65c6cd4a4c254aded7e7b25be56a3118f4a36e7f Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 26 Oct 2005 07:55:41 +0000 Subject: [PATCH] adding backward compatibility macros git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7734 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/pymacros.swg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Lib/python/pymacros.swg b/Lib/python/pymacros.swg index 4fd0d1f90..4b7fb6f8b 100644 --- a/Lib/python/pymacros.swg +++ b/Lib/python/pymacros.swg @@ -1 +1,13 @@ %include + + +/* + adding backward compatibility macros + please move to the macros names defined in + + Lib/typemaps/swigmacros.swg +*/ + +#define SWIG_arg(x...) %arg(x) +#define SWIG_Mangle(x...) %mangle(x) +