From 802da993af84a446e8e8bc2830024547795c85dc Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 16 Dec 2003 06:01:38 +0000 Subject: [PATCH] fixing warning code 315 -> 321 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5574 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index 2aae3064b..302fb63db 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -149,7 +149,7 @@ Version 1.3.20 (In progress) So, all the language maintainers, please check the keywords list. - Also, you can add 'bad names', and not only keywords, like + Also, you can add buit-in names, and not only keywords, like 'True/False' in python. Remember that you can be more specific and refer only to member names, like *::configure or *::cget (see an example in the tcl8/tcl8kw.swg file), @@ -159,7 +159,7 @@ Version 1.3.20 (In progress) Just to be consistent, use the following codes: - Use code 314 for keyword and/or fatal bad names. - - Use code 315 for bad names, but not fatal ones. + - Use code 321 for buit-in and/or not fatal bad names. so, they can't be disabled/enabled independently (see python/pyhtonkw.swg for examples).