[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 @@
|
|||
/* Force the generated D code to use the C constant values rather than
|
||||
retrieving them at runtime. You can also try disabling the feature and
|
||||
compare the generated code. */
|
||||
%dnativeconst;
|
||||
%dmanifestconst;
|
||||
|
||||
|
||||
/* A few preprocessor macros */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue