Added Perl support for member pointers. Some reorganization of other runtime code
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5436 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f56c57274e
commit
1bb91ece90
7 changed files with 111 additions and 85 deletions
|
|
@ -10,6 +10,8 @@
|
|||
#include "Python.h"
|
||||
%}
|
||||
|
||||
|
||||
|
||||
%insert(runtime) "precommon.swg";
|
||||
%insert(runtime) "common.swg"; // Common type-checking code
|
||||
%insert(runtime) "pyrun.swg"; // Python run-time code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue