diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-24 21:45:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-24 21:45:32 +0000 |
commit | 128e8167dcdd0091242ba8e29bb716abeb5fe027 (patch) | |
tree | c269c2e4acd4bd1f821e2f5c6deae0f13634ef04 /intrpvar.h | |
parent | 9d077eaaaaf5479060d3eabcfb6d60f086ba857a (diff) | |
download | perl-128e8167dcdd0091242ba8e29bb716abeb5fe027.tar.gz |
The debug_pag needs to be visible at all times
because of the re extension.
p4raw-id: //depot/perl@13246
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h index a8695f52b5..501f0d385b 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -502,9 +502,7 @@ PERLVARI(Idef_layerlist, PerlIO_list_t *,NULL) PERLVARI(Iencoding, SV*, Nullsv) /* character encoding */ -#ifdef DEBUGGING -PERLVAR(Idebug_pad, struct perl_debug_pad) -#endif +PERLVAR(Idebug_pad, struct perl_debug_pad) /* always needed because of the re extension */ /* New variables must be added to the very end for binary compatibility. * XSUB.h provides wrapper functions via perlapi.h that make this |