In perl.git, the branch smoke-me/khw-global_struct has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/2382481754474e1d20f654aaa357d31be29f9281?hp=20214c5c5ef1bf3d846de71a45314bdac71938ba>

- Log -----------------------------------------------------------------
commit 2382481754474e1d20f654aaa357d31be29f9281
Author: Karl Williamson <k...@cpan.org>
Date:   Sat Dec 29 22:18:26 2018 -0700

    randir

-----------------------------------------------------------------------

Summary of changes:
 perlvars.h | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/perlvars.h b/perlvars.h
index 2a4696bbcb..59245605cc 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -111,9 +111,7 @@ PERLVAR(G, lc_numeric_mutex, perl_mutex)   /* Mutex for 
switching LC_NUMERIC */
 PERLVAR(G, C_locale_obj, locale_t)
 #endif
 
-#ifdef DEBUGGING
 PERLVARI(G, watch_pvx, char *, NULL)
-#endif
 
 /*
 =for apidoc AmU|Perl_check_t *|PL_check
@@ -285,7 +283,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 *)

-- 
Perl5 Master Repository

Reply via email to