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

@ -3,7 +3,7 @@
#include <Python.h>
#include "swigrun.swg"
#include "pyrun.swg"
#include "pyrunalias.swg"
#include "runtime.swg"
#include "example.h"