using the global runtime.swg instead of python/pyrunalias.swg. Now the same solution can be used in other languages

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6763 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-21 19:36:26 +00:00
commit 492c58c659
6 changed files with 91 additions and 17 deletions

View file

@ -1,9 +0,0 @@
/* -----------------------------------------------------------------------------*
* Standard SWIG API Alias
* -----------------------------------------------------------------------------*/
#define SWIG_TypeQuery(name) SWIG_Python_TypeQuery(name)
#define SWIG_TypeRegister(ti) SWIG_Python_TypeRegister(ti)
#define SWIG_TypeClientData(ti, cd) SWIG_Python_TypeClientData(ti, cd)
#define SWIG_PropagateClientData(ti) SWIG_Python_PropagateClientData(ti)