X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexp.h;h=81552baf6cec490c4a2730fc3cdabc483b2db232;hb=5dc83c4054cb6624685a80f58caabe5e173a543f;hp=6f4b10e8780fa38976949702b3c8881a1b63c537;hpb=f33976b4825a1f900bb28e78ad0509286ad2ffe5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexp.h b/regexp.h index 6f4b10e..81552ba 100644 --- a/regexp.h +++ b/regexp.h @@ -1,4 +1,10 @@ /* regexp.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. + * */ /* @@ -56,8 +62,8 @@ typedef struct regexp { #define ROPT_CHECK_ALL 0x00100 #define ROPT_LOOKBEHIND_SEEN 0x00200 #define ROPT_EVAL_SEEN 0x00400 -#define ROPT_SANY_SEEN 0x00800 -#define ROPT_CANY_SEEN 0x01000 +#define ROPT_CANY_SEEN 0x00800 +#define ROPT_SANY_SEEN ROPT_CANY_SEEN /* src bckwrd cmpt */ /* 0xf800 of reganch is used by PMf_COMPILETIME */