summaryrefslogtreecommitdiff
path: root/thrdvar.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-17 20:24:32 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-17 20:24:32 +0000
commit8646292af6f626e362befa0c50964dcd7c973a13 (patch)
treef97c102251f0176f99a4940ad590521b792c5683 /thrdvar.h
parent1ee4443ef86044197a528722ecac29fb7559656a (diff)
downloadperl-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/thrdvar.h b/thrdvar.h
index f4d3ed428f..32a0c7fe9e 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. */