aboutsummaryrefslogtreecommitdiff
path: root/Lib/go
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-10-10 07:26:09 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-10-10 07:26:09 +0100
commitbcb7aee0224bb87490ac40080404633eeab42005 (patch)
tree481b541509ce091fe0543c781b2d77e428b496be /Lib/go
parentde5e0c8655a2409814211415e086868be94031a8 (diff)
parent3fcbb40af94f9209c2da4f806db45ef24ad8408b (diff)
downloadswig-bcb7aee0224bb87490ac40080404633eeab42005.tar.gz
Merge branch 'master' into gsoc2009-matevz
Conflicts: Examples/Makefile.in Examples/guile/Makefile.in Lib/php/php.swg Makefile.in Source/CParse/parser.y configure.ac
Diffstat (limited to 'Lib/go')
-rw-r--r--Lib/go/go.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/go/go.swg b/Lib/go/go.swg
index 4e442c7e9..3408f422e 100644
--- a/Lib/go/go.swg
+++ b/Lib/go/go.swg
@@ -446,7 +446,7 @@
%}
/* Typecheck typemaps. The purpose of these is merely to issue a
- warning for overloaded C++ functions * that cannot be overloaded in
+ warning for overloaded C++ functions that cannot be overloaded in
Go as more than one C++ type maps to a single Go type. */
%typecheck(SWIG_TYPECHECK_BOOL) /* Go bool */