diff options
author | Stephen McCamant <smcc@mit.edu> | 2001-01-06 07:25:02 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-08 02:19:24 +0000 |
commit | a0a6a25f25fb911b28c1babe7b4dae7a8634a165 (patch) | |
tree | 3055ba343e0e31c10a630cc6ce435f71cab633be /dump.c | |
parent | 3368be6bcde15dae4ba017f8fea40d2ac1b0b1b6 (diff) | |
download | perl-a0a6a25f25fb911b28c1babe7b4dae7a8634a165.tar.gz |
Fix spurious GVSV OPpOUR_INTRO
Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
p4raw-id: //depot/perl@8363
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -455,6 +455,7 @@ Perl_do_op_dump(pTHX_ I32 level, PerlIO *file, OP *o) } else if (o->op_type == OP_ENTERSUB || o->op_type == OP_RV2SV || + o->op_type == OP_GVSV || o->op_type == OP_RV2AV || o->op_type == OP_RV2HV || o->op_type == OP_RV2GV || |