summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2014-06-07 14:16:21 +0100
committerDavid Mitchell <davem@iabyn.com>2014-06-07 14:16:21 +0100
commit1a4f13e16aff4779e298a3c8e3fdbfb4ea193cd1 (patch)
tree5f1dd46ea51550f86a0190a3a52aa35aff781f5a /locale.c
parentf37a8e9707ee43a37e8756621277f47a176b7be7 (diff)
downloadperl-1a4f13e16aff4779e298a3c8e3fdbfb4ea193cd1.tar.gz
fix locale.c under -DPERL_GLOBAL_STRUCT
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/locale.c b/locale.c
index eeec52c746..0ecce3cebb 100644
--- 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). */