aboutsummaryrefslogtreecommitdiff
path: root/Lib/go/gokw.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/go/gokw.swg')
-rw-r--r--Lib/go/gokw.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/go/gokw.swg b/Lib/go/gokw.swg
index dd9f35aa3..354283002 100644
--- a/Lib/go/gokw.swg
+++ b/Lib/go/gokw.swg
@@ -1,6 +1,6 @@
/* Rename keywords. */
-#define GOKW(x) %keywordwarn("'" `x` "' is a Go keyword, renaming to 'X"`x`"'",rename="X%s") `x`
+#define GOKW(x) %keywordwarn("'" `x` "' is a Go keyword",rename="X%s") `x`
#define GOBN(x) %builtinwarn("'" `x` "' conflicts with a built-in name in Go") "::"`x`
GOKW(break);