From 9a6dc5ac408567f3501e07344099c904d8bbb3ea Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 5 Jun 2012 13:32:28 +0000 Subject: [PATCH] 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 --- Lib/go/goruntime.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/go/goruntime.swg b/Lib/go/goruntime.swg index f5f1f6e73..ad044f8ba 100644 --- a/Lib/go/goruntime.swg +++ b/Lib/go/goruntime.swg @@ -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