Re-instated warning about except typemap deprecation

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4838 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-06-01 18:09:41 +00:00
commit c6321fbf08

View file

@ -552,12 +552,10 @@ Doc/Manual/Typemaps.html for complete details.\n");
}
}
/*
if (Strcmp(method,"except") == 0) {
Swig_warning(WARN_DEPRECATED_EXCEPT_TM, Getfile(n), Getline(n),
"%%typemap(except) is deprecated. Use the %%exception directive.\n");
}
*/
if (Strcmp(method,"in") == 0) {
Hash *k;