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
This commit is contained in:
William S Fulton 2006-01-08 21:19:55 +00:00
commit db210a1fa0

View file

@ -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