introduced in change 28939 (this should be documented)
p4raw-id: //depot/perl@30293
/* structures for holding and saving the state maintained by regmatch() */
+#ifndef MAX_RECURSE_EVAL_NOCHANGE_DEPTH
#define MAX_RECURSE_EVAL_NOCHANGE_DEPTH 50
+#endif
typedef I32 CHECKPOINT;