summaryrefslogtreecommitdiff
path: root/Lib/d/dexception.swg
diff options
context:
space:
mode:
authorDavid Nadlinger <code@klickverbot.at>2010-11-28 23:12:03 +0000
committerDavid Nadlinger <code@klickverbot.at>2010-11-28 23:12:03 +0000
commit3477a9dff13227605d51433df50935b87f5f73af (patch)
treecf24417e26cf837bd9ffe1d7fe0f39ed944b0945 /Lib/d/dexception.swg
parenta22df2eca9d1726fa7af02cebc459eb373ed7fc7 (diff)
downloadswig-3477a9dff13227605d51433df50935b87f5f73af.tar.gz
[D] Replaced the term "wrap D module" with "intermediary D module" (including names derived from it).
This was suggested by wsfulton on the mailing list in order to bring the D module in line with the C# one, the naming scheme of which is intended to be language-independent. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12319 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/d/dexception.swg')
-rw-r--r--Lib/d/dexception.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/d/dexception.swg b/Lib/d/dexception.swg
index f45cf7bfb..1aadbaada 100644
--- a/Lib/d/dexception.swg
+++ b/Lib/d/dexception.swg
@@ -6,7 +6,7 @@
// Code which is inserted into the dout typemaps and class constructors via
// excode if exceptions can be thrown.
-%define SWIGEXCODE "\n if ($wrapdmodule.SwigPendingException.isPending) throw $wrapdmodule.SwigPendingException.retrieve();" %enddef
+%define SWIGEXCODE "\n if ($imdmodule.SwigPendingException.isPending) throw $imdmodule.SwigPendingException.retrieve();" %enddef
%typemap(throws, canthrow=1) int,
long,