summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/perlvars.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/perlvars.h')
-rw-r--r--contrib/perl5/perlvars.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/perl5/perlvars.h b/contrib/perl5/perlvars.h
index 4e9d3b8..ffb3fe6 100644
--- a/contrib/perl5/perlvars.h
+++ b/contrib/perl5/perlvars.h
@@ -173,8 +173,11 @@ PERLVARI(Gnumeric_local, bool, TRUE)
/* constants (these are not literals to facilitate pointer comparisons) */
PERLVARIC(GYes, char *, "1")
PERLVARIC(GNo, char *, "")
-PERLVARIC(Ghexdigit, char *, "0123456789abcdef0123456789ABCDEFx")
+PERLVARIC(Ghexdigit, char *, "0123456789abcdef0123456789ABCDEF")
PERLVARIC(Gpatleave, char *, "\\.^$@dDwWsSbB+*?|()-nrtfeaxc0123456789[{]}")
PERLVAR(Gspecialsv_list[4],SV *) /* from byterun.h */
+#ifdef USE_THREADS
+PERLVAR(Gcred_mutex, perl_mutex) /* altered credentials in effect */
+#endif
OpenPOWER on IntegriCloud