new file
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@903 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
741a306385
commit
bdde13e1e9
1 changed files with 11 additions and 0 deletions
11
Lib/swig.swg
Normal file
11
Lib/swig.swg
Normal file
|
|
@ -0,0 +1,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")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue