git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12359 626c5289-ae23-0410-ae9c-e8d60b6d4f22
10 lines
466 B
Text
10 lines
466 B
Text
/* -----------------------------------------------------------------------------
|
|
* ddirectives.swg
|
|
*
|
|
* D-specifiv directives.
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
#define %dmanifestconst %feature("d:manifestconst")
|
|
#define %dconstvalue(value) %feature("d:constvalue",value)
|
|
#define %dmethodmodifiers %feature("d:methodmodifiers")
|
|
#define %dnothrowexception %feature("except")
|