diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-17 20:24:32 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-17 20:24:32 +0000 |
commit | 8646292af6f626e362befa0c50964dcd7c973a13 (patch) | |
tree | f97c102251f0176f99a4940ad590521b792c5683 /thrdvar.h | |
parent | 1ee4443ef86044197a528722ecac29fb7559656a (diff) | |
download | perl-8646292af6f626e362befa0c50964dcd7c973a13.tar.gz |
avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
p4raw-id: //depot/perl@3684
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. */ |