You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
409 B
11 lines
409 B
5 years ago
|
#define %alias %feature("alias")
|
||
|
#define %freefunc %feature("freefunc")
|
||
|
#define %markfunc %feature("markfunc")
|
||
|
#define %mixin %feature("mixin")
|
||
|
#define %predicate %feature("predicate", "1")
|
||
|
#define %bang %feature("bang", "1")
|
||
|
#define %trackobjects %feature("trackobjects")
|
||
|
#define %nooutput %feature("outputs","0")
|
||
|
#define %initstack %feature("initstack", "1")
|
||
|
#define %ignorestack %feature("initstack", "0")
|