summaryrefslogtreecommitdiff
path: root/Lib/swig.swg
blob: 9716741213f315860dc077e0f69ef0b5cd131305 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -----------------------------------------------------------------------------
 * swig.swg
 *
 * Common macro definitions and other definitions used by the SWIG parser.
 * ----------------------------------------------------------------------------- */

#define %init       %insert("init")
#define %wrapper    %insert("wrapper")
#define %runtime    %insert("runtime")
#define %shadow     %insert("shadow")