From 686a6323c6e9809367df8ce40ea5ba07cdc75ce0 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 16 Dec 2003 03:40:00 +0000 Subject: [PATCH] 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 --- Lib/python/pythonkw.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/python/pythonkw.swg b/Lib/python/pythonkw.swg index 33b145421..28222efd1 100644 --- a/Lib/python/pythonkw.swg +++ b/Lib/python/pythonkw.swg @@ -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);