From 7f1b3ea2d4cde42a48b07f694d63871a7e26af3f Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 10 Jan 2006 18:49:18 +0000 Subject: [PATCH] rename %throws to %catchs git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8352 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index b46c451ce..7ddda910f 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -79,7 +79,7 @@ Version 1.3.28 (unreleased). write the proper typemap in your target language. In the UTL, this looks like: - %typemap(throws,noblock=1) (...) { + %typemap(throws) (...) { %raise(SWIG_ErrorType(SWIG_UnknownError), "UnknownError", 0); }