From d69d8ff641b28fdd7a6ddaeb724980060225fd3d Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Thu, 18 Nov 2010 10:16:05 +0000 Subject: [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 --- Lib/d/ddirectives.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/d') 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") -- cgit v1.2.3