Changed a bunch of methods from SWIGRUNTIME to SWIGINTERN. Removed a snarky comment.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12513 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Stefan Zager 2011-03-03 04:18:58 +00:00
commit 97802ab8c4
2 changed files with 15 additions and 19 deletions

View file

@ -314,10 +314,6 @@
%template() SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE >;
// Separate out the code for builtin types, since it's pretty extensive.
// I feel compelled to point out that the functionality provided by
// smart pointers is utterly redundant when using builtin types.
#if defined(SWIGPYTHON_BUILTIN)
%typemap(builtin_init, fragment="SWIG_null_deleter") CONST TYPE * {