X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexp.h;h=d12df9209a0bf609aea054bc0af31eb099543eb9;hb=25ff0154ccf606eb5512a8cde622caf50e20fba3;hp=c526cf98e5c808891a58af83598ae45dc41462b3;hpb=87e95b7ff3268cc4f947098ed09d244372b3af0d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexp.h b/regexp.h index c526cf9..d12df92 100644 --- a/regexp.h +++ b/regexp.h @@ -299,7 +299,9 @@ typedef struct { /* structures for holding and saving the state maintained by regmatch() */ -#define MAX_RECURSE_EVAL_NOCHANGE_DEPTH 50 +#ifndef MAX_RECURSE_EVAL_NOCHANGE_DEPTH +#define MAX_RECURSE_EVAL_NOCHANGE_DEPTH 1000 +#endif typedef I32 CHECKPOINT;