Changed warning to 321. 315 already used. Consult Warnings.html for list.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5570 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-12-16 03:40:00 +00:00
commit 686a6323c6

View file

@ -36,7 +36,7 @@ PYTHONKW(yield);
#undef PYTHONKW
#define PYTHONBN(x) %namewarn("315:" #x " conflicts with a built-in name in python") "::"#x
#define PYTHONBN(x) %namewarn("321:" #x " conflicts with a built-in name in python") "::"#x
/* recurrent built-in functions */
PYTHONBN(close);