summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/d/ddirectives.swg
diff options
context:
space:
mode:
Diffstat (limited to 'share/swig/2.0.11/d/ddirectives.swg')
-rw-r--r--share/swig/2.0.11/d/ddirectives.swg10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/swig/2.0.11/d/ddirectives.swg b/share/swig/2.0.11/d/ddirectives.swg
new file mode 100644
index 0000000..6972a0c
--- /dev/null
+++ b/share/swig/2.0.11/d/ddirectives.swg
@@ -0,0 +1,10 @@
+/* -----------------------------------------------------------------------------
+ * ddirectives.swg
+ *
+ * D-specifiv directives.
+ * ----------------------------------------------------------------------------- */
+
+#define %dmanifestconst %feature("d:manifestconst")
+#define %dconstvalue(value) %feature("d:constvalue",value)
+#define %dmethodmodifiers %feature("d:methodmodifiers")
+#define %dnothrowexception %feature("except")