[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
This commit is contained in:
David Nadlinger 2010-11-18 10:16:05 +00:00
commit d69d8ff641
6 changed files with 13 additions and 13 deletions

View file

@ -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")