Apply doc suggestion from:
[p5sagit/p5-mst-13.2.git] / parser.h
index 7e42c80..f62ac3d 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -77,6 +77,7 @@ typedef struct yy_parser {
     HV         *in_my_stash;   /* declared class of this "my" declaration */
     PerlIO     *rsfp;          /* current source file pointer */
     AV         *rsfp_filters;  /* holds chain of active source filters */
+    U8         error_count;    /* how many compile errors so far, max 10 */
 
 #ifdef PERL_MAD
     SV         *endwhite;