From c32805c1fdc2309bfc236013edc5490117fb28df Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Tue, 19 Feb 2019 12:29:38 +0000 Subject: perlvars.h: remove #ifdef DEBUGGING Under PERL_GLOBAL_STRUCT, all the "global" vars are put in a structure, which means perlvars.h needs a similar constraint to intrpvar.h: its size and alignment shouldn't change between debugging and non-debugging builds. This is because regcomp/exec.c are compiled both with and without DEBUGGING. [Fixed by Karl] --- perlvars.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'perlvars.h') diff --git a/perlvars.h b/perlvars.h index be56d5407a..edc96c46a5 100644 --- a/perlvars.h +++ b/perlvars.h @@ -111,9 +111,7 @@ PERLVAR(G, lc_numeric_mutex, perl_mutex) /* Mutex for switching LC_NUMERIC */ PERLVAR(G, C_locale_obj, locale_t) #endif -#ifdef DEBUGGING PERLVARI(G, watch_pvx, char *, NULL) -#endif /* =for apidoc AmU|Perl_check_t *|PL_check -- cgit v1.2.1