This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f37a8e9
)
fix locale.c under -DPERL_GLOBAL_STRUCT
author
David Mitchell
<davem@iabyn.com>
Sat, 7 Jun 2014 13:16:21 +0000
(14:16 +0100)
committer
David Mitchell
<davem@iabyn.com>
Sat, 7 Jun 2014 13:16:21 +0000
(14:16 +0100)
locale.c
patch
|
blob
|
blame
|
history
diff --git
a/locale.c
b/locale.c
index
eeec52c
..
0ecce3c
100644
(file)
--- a/
locale.c
+++ b/
locale.c
@@
-1389,6
+1389,7
@@
Perl__is_cur_LC_category_utf8(pTHX_ int category)
bool
Perl__is_in_locale_category(pTHX_ const bool compiling, const int category)
{
+ dVAR;
/* Internal function which returns if we are in the scope of a pragma that
* enables the locale category 'category'. 'compiling' should indicate if
* this is during the compilation phase (TRUE) or not (FALSE). */