D: Fix preproc_constants/preproc_constants_c test cases.

This commit is contained in:
David Nadlinger 2014-10-25 22:05:22 +02:00
commit 2faef96e0a

View file

@ -85,6 +85,8 @@
/// constant assignment in enum
#if defined(SWIGCSHARP)
%csconstvalue("1<<2") kValue;
#elif defined(SWIGD)
%dconstvalue("1<<2") kValue;
#endif
%{