Fixes to comply with with ISO/IEC 14882:1998(E) 17.4.3.1.2 (symbol names):

__get_self()


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5150 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-09-23 21:21:51 +00:00
commit b9df93083f

View file

@ -429,7 +429,7 @@
if (!proxy) {
$input = SWIG_NewPointerObj((void *) $1_name, $1_descriptor, 0);
} else {
$input = proxy->__get_self();
$input = proxy->swig_get_self();
}
}
}