From: Gurusamy Sarathy Date: Sat, 17 Jul 1999 20:24:32 +0000 (+0000) Subject: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop ) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8646292af6f626e362befa0c50964dcd7c973a13;p=p5sagit%2Fp5-mst-13.2.git avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop ) p4raw-id: //depot/perl@3684 --- diff --git a/thrdvar.h b/thrdvar.h index f4d3ed4..32a0c7f 100644 --- a/thrdvar.h +++ b/thrdvar.h @@ -187,10 +187,8 @@ PERLVARI(Tregfree, regfree_t, MEMBER_TO_FPTR(Perl_pregfree)) PERLVARI(Treginterp_cnt,int, 0) /* Whether `Regexp' was interpolated. */ PERLVARI(Treg_starttry, char *, 0) /* -Dr: where regtry was called. */ -#ifdef DEBUGGING PERLVARI(Twatchaddr, char **, 0) PERLVAR(Twatchok, char *) -#endif /* Note that the variables below are all explicitly referenced in the code * as thr->whatever and therefore don't need the 'T' prefix. */