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:
parent
742afce44c
commit
db210a1fa0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue