/trunk/Lib/d/ddirectives.swg
# · Unknown · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · bffcd1a40e4ea23a79b60742a07f88ce MD5 · raw file
- /* -----------------------------------------------------------------------------
- * 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")