fixing warning code 315 -> 321

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5574 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2003-12-16 06:01:38 +00:00
commit 048663e2e9

View file

@ -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).