Changed warning message.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5569 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0927220163
commit
5f113875d1
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ PYTHONKW(yield);
|
|||
|
||||
#undef PYTHONKW
|
||||
|
||||
#define PYTHONBN(x) %namewarn("315:" #x " is a bad global name in python") "::"#x
|
||||
#define PYTHONBN(x) %namewarn("315:" #x " conflicts with a built-in name in python") "::"#x
|
||||
|
||||
/* recurrent built-in functions */
|
||||
PYTHONBN(close);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue