X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cop.h;h=e1b89c778dd75db61579dec49fcfcb7230b69fd1;hb=16b7a9a47be196cb33bf757faad24e73ceffc2fc;hp=6e8bd91e428cc1962080e63679f049d90e55b68f;hpb=6dc8a9e4bcd53982379e0df712cfc2dd75d92d2f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/cop.h b/cop.h index 6e8bd91..e1b89c7 100644 --- a/cop.h +++ b/cop.h @@ -21,6 +21,7 @@ struct cop { I32 cop_arybase; /* array base this line was compiled with */ line_t cop_line; /* line # of this command */ SV * cop_warnings; /* lexical warnings bitmask */ + SV * cop_io; /* lexical IO defaults */ }; #define Nullcop Null(COP*)