Fix typo in name of SwigDoCgocallDone for GCC < 4.7.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13151 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7ec208da05
commit
9a6dc5ac40
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ extern void _cgo_panic(const char *);
|
|||
|
||||
#if SWIG_GCC_VERSION < 40700
|
||||
#define SwigDoCgocall()
|
||||
#define SwigDoCgocalldone()
|
||||
#define SwigDoCgocallDone()
|
||||
#define SwigDoCgocallBack()
|
||||
#define SwigDoCgocallBackDone()
|
||||
#elif SWIG_GCC_VERSION == 40700
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue