Change 30293 by [EMAIL PROTECTED] on 2007/02/14 17:29:53

        Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
        introduced in change 28939 (this should be documented)

Affected files ...

... //depot/perl/regexp.h#90 edit

Differences ...

==== //depot/perl/regexp.h#90 (text) ====
Index: perl/regexp.h
--- perl/regexp.h#89~30278~     2007-02-13 23:54:59.000000000 -0800
+++ perl/regexp.h       2007-02-14 09:29:53.000000000 -0800
@@ -299,7 +299,9 @@
 
 /* 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;
 
End of Patch.

Reply via email to