summaryrefslogtreecommitdiff
path: root/Lib/chicken/chickenrun.swg
diff options
context:
space:
mode:
authorJohn Lenz <jlenz2@math.uiuc.edu>2004-10-21 21:53:54 +0000
committerJohn Lenz <jlenz2@math.uiuc.edu>2004-10-21 21:53:54 +0000
commit0c57969c61e37911bcf6145d04cdcf2b5e3a96e6 (patch)
tree270c755885742234e949dd571f64fa7f33adef3e /Lib/chicken/chickenrun.swg
parent8857b4db9ae85778558a7c4047681d2b441d7913 (diff)
downloadswig-0c57969c61e37911bcf6145d04cdcf2b5e3a96e6.tar.gz
- Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proof, if
the format of swig_type_info ever changes, this number should be incremented - Add SWIG_LINK_RUNTIME and SWIG_STATIC_RUNTIME symbols to python - Convert inline into SWIGINLINE git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6475 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/chicken/chickenrun.swg')
-rw-r--r--Lib/chicken/chickenrun.swg4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/chicken/chickenrun.swg b/Lib/chicken/chickenrun.swg
index f2d071d67..6706a02f3 100644
--- a/Lib/chicken/chickenrun.swg
+++ b/Lib/chicken/chickenrun.swg
@@ -161,7 +161,7 @@ SWIG_Chicken_Barf(int code, C_char *msg, ...)
}
}
-static inline C_word
+static SWIGINLINE C_word
SWIG_Chicken_NewPointerObj(void *ptr, swig_type_info *type, int owner, C_word **data)
{
if (ptr == NULL)
@@ -199,7 +199,7 @@ SWIG_Chicken_ConvertPtr(C_word s, void **result, swig_type_info *type, int flags
return 1;
}
-static inline void *
+static SWIGINLINE void *
SWIG_Chicken_MustGetPtr (C_word s, swig_type_info *type, int argnum, int flags)
{
void *result;