move tuple helper to its own file, and allow the user to redefine fragments through the fragments.i file

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6234 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-09-07 09:26:23 +00:00
commit c16ee0373b
5 changed files with 60 additions and 29 deletions

View file

@ -22,6 +22,14 @@
%include "pymacros.swg"
/* -----------------------------------------------------------------------------
* Look for user fragments.i file, if not, include empty system one.
* ----------------------------------------------------------------------------- */
%include "fragments.i"
/* -----------------------------------------------------------------------------
* SWIGTYPE typemaps
* ----------------------------------------------------------------------------- */