API to follow the naming convention SWIG_<language>_<function>. This should allow linking more than one interpreter into a program. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5242 626c5289-ae23-0410-ae9c-e8d60b6d4f22
16 lines
648 B
C
16 lines
648 B
C
/*************************************************************** -*- c -*-
|
|
* pike/precommon.swg
|
|
*
|
|
* Rename all exported symbols from common.swg, to avoid symbol
|
|
* clashes if multiple interpreters are included
|
|
*
|
|
************************************************************************/
|
|
|
|
#define SWIG_TypeRegister SWIG_Pike_TypeRegister
|
|
#define SWIG_TypeCheck SWIG_Pike_TypeCheck
|
|
#define SWIG_TypeCast SWIG_Pike_TypeCast
|
|
#define SWIG_TypeDynamicCast SWIG_Pike_TypeDynamicCast
|
|
#define SWIG_TypeName SWIG_Pike_TypeName
|
|
#define SWIG_TypeQuery SWIG_Pike_TypeQuery
|
|
#define SWIG_TypeClientData SWIG_Pike_TypeClientData
|
|
|