aboutsummaryrefslogtreecommitdiff
path: root/Lib/d
diff options
context:
space:
mode:
authorDavid Nadlinger <code@klickverbot.at>2010-11-18 10:16:05 +0000
committerDavid Nadlinger <code@klickverbot.at>2010-11-18 10:16:05 +0000
commitd69d8ff641b28fdd7a6ddaeb724980060225fd3d (patch)
tree93ee4bbc6c991279b5a0577d73c3bf0b56fac744 /Lib/d
parent03aefbc6e95d094a6de231e1f5264c0946e209a3 (diff)
downloadswig-d69d8ff641b28fdd7a6ddaeb724980060225fd3d.tar.gz
[D] Renamed the "dnativeconst" feature to "dmanifestconst".
This should make it clearer that it controls manifest constant generation, not handling of C++ const member functions. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12300 626c5289-ae23-0410-ae9c-e8d60b6d4f22
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")