git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6143 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-08-24 22:52:36 +00:00
commit 0948c97ac2

View file

@ -430,7 +430,7 @@ void emit_action(Node *n, Wrapper *f) {
Printf(eaction,"}\n");
} else {
Swig_warning(WARN_TYPEMAP_THROW, Getfile(n), Getline(n),
"No 'throw' typemap defined for exception type '%s'\n",
"No 'throws' typemap defined for exception type '%s'\n",
SwigType_str(Getattr(ep,"type"),0));
unknown_catch = 1;
}