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:
Ian Lance Taylor 2012-06-05 13:32:28 +00:00
commit 9a6dc5ac40

View file

@ -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