Home | History | Annotate | Download | only in d
      1 /* -----------------------------------------------------------------------------
      2  * ddirectives.swg
      3  *
      4  * D-specifiv directives.
      5  * ----------------------------------------------------------------------------- */
      6 
      7 #define %dmanifestconst             %feature("d:manifestconst")
      8 #define %dconstvalue(value)         %feature("d:constvalue",value)
      9 #define %dmethodmodifiers           %feature("d:methodmodifiers")
     10 #define %dnothrowexception          %feature("except")
     11