From ab207a67d67a3197eb6579e4d5cf21e6dc0c70f8 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 5 Jan 2006 22:21:43 +0000 Subject: [PATCH] With so many std_except.i files lying around, I've put in a check that this one isn't included for java/c# wrappers. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8224 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/std/std_except.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SWIG/Lib/std/std_except.i b/SWIG/Lib/std/std_except.i index 50deaf1a7..75b8d0fd6 100644 --- a/SWIG/Lib/std/std_except.i +++ b/SWIG/Lib/std/std_except.i @@ -1,3 +1,7 @@ +#if defined(SWIGJAVA) || defined(SWIGCSHARP) +#error "do not use this version of std_except.i" +#endif + %{ #include %}