replacing SWIGSTATIC(a) by SWIGINTERN a
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6290 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2c962d36f2
commit
e46c80edf8
14 changed files with 81 additions and 81 deletions
|
|
@ -1,22 +1,3 @@
|
|||
%{
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Auxiliar swig macros that appear in the header
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
/*
|
||||
for internal method declarations
|
||||
*/
|
||||
#ifdef __cplusplus
|
||||
#define SWIGSTATICINLINE(a) static inline a
|
||||
#define SWIGSTATIC(a) static a
|
||||
#else /* C case */
|
||||
#define SWIGSTATICINLINE(a) static a
|
||||
#define SWIGSTATIC(a) static a
|
||||
#endif /* __cplusplus */
|
||||
|
||||
|
||||
%}
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Auxiliar swig macros used to write typemaps
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue