Make sure this file is not included by Java or C# (std_deque.i) was using it after recent commits

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8302 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-08 20:07:51 +00:00
commit f2eeedf1c0

View file

@ -17,6 +17,10 @@
// a new std_except.i file in the target library directory.
//
#if defined(SWIGJAVA) || defined(SWIGCSHARP)
#error "This version of std_except.i should not be used"
#endif
%{
#include <stdexcept>
%}