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:
parent
ed445c6f54
commit
c16ee0373b
5 changed files with 60 additions and 29 deletions
|
|
@ -22,6 +22,14 @@
|
|||
%include "pymacros.swg"
|
||||
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Look for user fragments.i file, if not, include empty system one.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
%include "fragments.i"
|
||||
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* SWIGTYPE typemaps
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue