This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
silence compiler warning in perly.y
[perl5.git] / embedvar.h
index ec0b7b1..cf4912c 100644 (file)
 
 #if defined(PERL_GLOBAL_STRUCT)
 
+#define PL_C_locale_obj                (my_vars->GC_locale_obj)
+#define PL_GC_locale_obj       (my_vars->GC_locale_obj)
 #define PL_appctx              (my_vars->Gappctx)
 #define PL_Gappctx             (my_vars->Gappctx)
 #define PL_check               (my_vars->Gcheck)