Added special cases to the test-suite as required for D.
This is a part of the pending merge of the D module. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12298 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2070812f09
commit
a355d2d46a
29 changed files with 137 additions and 39 deletions
|
|
@ -33,12 +33,12 @@ const int NUMBER_UNIQUE(thing) = -2; /* resolves to thing28 */
|
|||
%javaconst(1);
|
||||
#elif defined(SWIGCSHARP)
|
||||
%csconst(1);
|
||||
#elif defined(SWIGD)
|
||||
%dnativeconst;
|
||||
#else
|
||||
%ignore LINE_NUMBER;
|
||||
%ignore LINE_NUM;
|
||||
/* spare space */
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
%{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue