diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2008-01-13 22:14:41 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2008-01-13 22:14:41 +0000 |
commit | d3daec2b1628f130ae90cc65a7a1626b47140f73 (patch) | |
tree | 44232cf15c5cbf6c278da2a144711df3d1e084c1 /Lib | |
parent | 17d6c213ac3b22f8e8866b996eee890b2338b6f2 (diff) | |
download | swig-d3daec2b1628f130ae90cc65a7a1626b47140f73.tar.gz |
More SWIG_NO_DELETER macros for Python / UTL languages
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10206 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/shared_ptr.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/shared_ptr.i b/Lib/shared_ptr.i index 11f4c298d..0bbe86984 100644 --- a/Lib/shared_ptr.i +++ b/Lib/shared_ptr.i @@ -27,6 +27,8 @@ struct SWIG_null_deleter { }; %#define SWIG_NO_NULL_DELETER_0 , SWIG_null_deleter() %#define SWIG_NO_NULL_DELETER_1 +%#define SWIG_NO_NULL_DELETER_SWIG_POINTER_NEW +%#define SWIG_NO_NULL_DELETER_SWIG_POINTER_OWN } |