From 17dbf525da6c3bf588d5c8e4fec4e9765b7c2e27 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@8352 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index b46c451ce..7ddda910f 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/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); }