git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@903 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-09-29 03:06:04 +00:00
commit bdde13e1e9

11
Lib/swig.swg Normal file
View 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")