X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexp.h;h=81552baf6cec490c4a2730fc3cdabc483b2db232;hb=c8688140bd64a2d3d14b3af91b889a363c72ea56;hp=8366fa25a0e90930f9f944237f1f561e4eea5a44;hpb=a759488c42337f2d751890dc78d770629879b394;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexp.h b/regexp.h index 8366fa2..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. + * */ /* @@ -58,7 +64,6 @@ typedef struct regexp { #define ROPT_EVAL_SEEN 0x00400 #define ROPT_CANY_SEEN 0x00800 #define ROPT_SANY_SEEN ROPT_CANY_SEEN /* src bckwrd cmpt */ -#define ROPT_SEOL_SEEN 0x01000 /* 0xf800 of reganch is used by PMf_COMPILETIME */