aboutsummaryrefslogtreecommitdiff
path: root/Lib/perl5/perlkw.swg
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/perl5/perlkw.swg')
-rw-r--r--Lib/perl5/perlkw.swg4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/perl5/perlkw.swg b/Lib/perl5/perlkw.swg
index 6fab240fa..71a229c66 100644
--- a/Lib/perl5/perlkw.swg
+++ b/Lib/perl5/perlkw.swg
@@ -1,6 +1,6 @@
/* Warnings for Perl keywords */
-#define PERLKW(x) %namewarn("314:" `x` " is a perl keyword") `x`
-#define PERLBN(x) %namewarn("321:" `x` " conflicts with a built-in name in perl") "::" `x`
+#define PERLKW(x) %keywordwarn(`x` " is a perl keyword") `x`
+#define PERLBN(x) %builtinwarn(`x` " conflicts with a built-in name in perl") "::" `x`
/*