X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=parser.h;h=affe7be1439e227331437f4ecea55b42d07bcdff;hb=7c4baf47da;hp=02509e49b5ff665cae2c0a36916f00adb18b694f;hpb=5486870fe7f0fd0e99bf9619d5fd857a5b972014;p=p5sagit%2Fp5-mst-13.2.git diff --git a/parser.h b/parser.h index 02509e4..affe7be 100644 --- a/parser.h +++ b/parser.h @@ -96,6 +96,8 @@ typedef struct yy_parser { I32 nexttoke; #endif + COP *saved_curcop; /* the previous PL_curcop */ + } yy_parser;