added 'self'
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5637 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8d9bdc8148
commit
63f7c13322
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ PYTHONBN(True);
|
|||
PYTHONBN(False);
|
||||
PYTHONBN(None);
|
||||
|
||||
/*
|
||||
'self' is also a bad Name
|
||||
*/
|
||||
PYTHONBN(self);
|
||||
|
||||
#undef PYTHONBN
|
||||
#undef PYTHONKW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue