aboutsummaryrefslogtreecommitdiff
path: root/Lib/d
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/d')
-rw-r--r--Lib/d/ddirectives.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/d/ddirectives.swg b/Lib/d/ddirectives.swg
index 2b6ad77e2..f3052cb87 100644
--- a/Lib/d/ddirectives.swg
+++ b/Lib/d/ddirectives.swg
@@ -4,7 +4,7 @@
* D-specifiv directives.
* ----------------------------------------------------------------------------- */
-#define %dnativeconst %feature("d:nativeconst")
+#define %dmanifestconst %feature("d:manifestconst")
#define %dconstvalue(value) %feature("d:constvalue",value)
#define %dmethodmodifiers %feature("d:methodmodifiers")
#define %dstripprefix %feature("d:stripprefix")