X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=thrdvar.h;h=611a5a4b5b9b6eb9e430c7a271c4b7f75e00a057;hb=0fcc65bb90871a92ca233207ff84015dfc78f2a6;hp=b23dafcf8c88f8799786c355e4be153c88f84429;hpb=ccfc67b7b0a9fa9e1a1cbb2090b71ea33fc44ae7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/thrdvar.h b/thrdvar.h index b23dafc..611a5a4 100644 --- a/thrdvar.h +++ b/thrdvar.h @@ -1,3 +1,12 @@ +/* thdrvar.h + * + * Copyright (c) 1997-2002, Larry Wall + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ + /* =head1 Global Variables */ @@ -171,7 +180,7 @@ PERLVAR(Tregsawback, I32) /* Did we see \1, ...? */ PERLVAR(Tregprecomp, char *) /* uncompiled string. */ PERLVAR(Tregnpar, I32) /* () count. */ PERLVAR(Tregsize, I32) /* Code size. */ -PERLVAR(Tregflags, U16) /* are we folding, multilining? */ +PERLVAR(Tregflags, U32) /* are we folding, multilining? */ PERLVAR(Tregseen, U32) /* from regcomp.c */ PERLVAR(Tseen_zerolen, I32) /* from regcomp.c */ PERLVAR(Tseen_evals, I32) /* from regcomp.c */