From db210a1fa0ecfb1e67b22117c95aca46f9a2328f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 8 Jan 2006 21:19:55 +0000 Subject: [PATCH] Make sure guile doesn't use this file either. It does not work for Guile. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8305 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/std_except.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/std_except.i b/Lib/std_except.i index d9adf3ec0..338cc8d3c 100644 --- a/Lib/std_except.i +++ b/Lib/std_except.i @@ -8,7 +8,7 @@ // size_t at() const throw (std::out_of_range); // // -// As was said, the typemaps here are based in the language independent +// The typemaps here are based on the language independent // 'exception.i' library. If that is working in your target language, // this file will work. // @@ -17,7 +17,7 @@ // a new std_except.i file in the target library directory. // -#if defined(SWIGJAVA) || defined(SWIGCSHARP) +#if defined(SWIGJAVA) || defined(SWIGCSHARP) || defined(SWIGGUILE) #error "This version of std_except.i should not be used" #endif