From 5f573d6eede052b88fb7cc0fa248fc412dec3847 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 18 Feb 2019 19:30:31 -0700 Subject: invlist_inline.h: Restrict files symbols are in These are only needed in regcomp.c, so restrict them to that file --- invlist_inline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'invlist_inline.h') diff --git a/invlist_inline.h b/invlist_inline.h index 4bab3d83a6..6817481184 100644 --- a/invlist_inline.h +++ b/invlist_inline.h @@ -86,7 +86,7 @@ S_invlist_array(SV* const invlist) return ((UV *) SvPVX(invlist) + *get_invlist_offset_addr(invlist)); } -# if defined(PERL_IN_REGEXEC_C) +# ifndef PERL_IN_REGCOMP_C /* These symbols are only needed later in regcomp.c */ # undef TO_INTERNAL_SIZE -- cgit v1.2.1