[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:
parent
03aefbc6e9
commit
d69d8ff641
6 changed files with 13 additions and 13 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue