[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
|
|
@ -34,7 +34,7 @@ const int NUMBER_UNIQUE(thing) = -2; /* resolves to thing28 */
|
|||
#elif defined(SWIGCSHARP)
|
||||
%csconst(1);
|
||||
#elif defined(SWIGD)
|
||||
%dnativeconst;
|
||||
%dmanifestconst;
|
||||
#else
|
||||
%ignore LINE_NUMBER;
|
||||
%ignore LINE_NUM;
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
%csconst(1) EN;
|
||||
%csconst(1) CHARTEST;
|
||||
#elif SWIGD
|
||||
%dnativeconst EN;
|
||||
%dnativeconst CHARTEST;
|
||||
%dmanifestconst EN;
|
||||
%dmanifestconst CHARTEST;
|
||||
#endif
|
||||
|
||||
%inline %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue