From de8dfdba207399cf0e63e28bc8cce54917e1dc15 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 30 Dec 2018 21:13:35 -0700 Subject: perlvars.h: A variable was being initialized unnecessarily --- perlvars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perlvars.h') diff --git a/perlvars.h b/perlvars.h index 2a4696bbcb..e8064eb320 100644 --- a/perlvars.h +++ b/perlvars.h @@ -285,7 +285,7 @@ PERLVAR(G, SCX_invlist, SV *) PERLVAR(G, UpperLatin1, SV *) /* Code points 128 - 255 */ /* List of characters that participate in any fold defined by Unicode */ -PERLVARI(G, in_some_fold, SV *, NULL) +PERLVAR(G, in_some_fold, SV *) PERLVAR(G, utf8_idcont, SV *) PERLVAR(G, utf8_idstart, SV *) -- cgit v1.2.1