diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-05-21 22:35:15 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-21 22:35:15 +0000 |
commit | 13765c85de4dc05031cfb5d6273ea7e178b9807b (patch) | |
tree | 9b7456f3898d45002e885cca29df8a06680246f6 /intrpvar.h | |
parent | 670a9cb260d5f37076650f3eb5aa6c305796b0f7 (diff) | |
download | perl-13765c85de4dc05031cfb5d6273ea7e178b9807b.tar.gz |
move PL_error_count into the PL_parser struct
p4raw-id: //depot/perl@31255
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index 20e1c97900..0f72441805 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -357,7 +357,6 @@ PERLVAR(Imess_sv, SV *) PERLVAR(Iors_sv, SV *) /* output record separator $\ */ /* statics moved here for shared library purposes */ PERLVARI(Igensym, I32, 0) /* next symbol for getsym() to define */ -PERLVAR(Ierror_count, U8) /* how many errors so far, max 10 */ PERLVARI(Icv_has_eval, bool, FALSE) /* PL_compcv includes an entereval or similar */ PERLVARI(Ilaststype, U16, OP_STAT) PERLVARI(Ilaststatval, int, -1) |