Revision: 1171
http://vcs.pcre.org/viewvc?view=rev&revision=1171
Author: ph10
Date: 2012-10-24 16:22:42 +0100 (Wed, 24 Oct 2012)
Log Message:
-----------
Previous patch for no stack recursion was incomplete.
Modified Paths:
--------------
code/trunk/pcre_exec.c
Modified: code/trunk/pcre_exec.c
===================================================================
--- code/trunk/pcre_exec.c 2012-10-24 14:43:56 UTC (rev 1170)
+++ code/trunk/pcre_exec.c 2012-10-24 15:22:42 UTC (rev 1171)
@@ -6111,14 +6111,11 @@
LBL(32) LBL(34) LBL(42) LBL(46)
#ifdef SUPPORT_UCP
LBL(36) LBL(37) LBL(38) LBL(39) LBL(40) LBL(41) LBL(44) LBL(45)
- LBL(59) LBL(60) LBL(61) LBL(62)
+ LBL(59) LBL(60) LBL(61) LBL(62) LBL(67)
#endif /* SUPPORT_UCP */
#endif /* SUPPORT_UTF */
default:
DPRINTF(("jump error in pcre match: label %d non-existent\n", frame->Xwhere));
-
-printf("+++jump error in pcre match: label %d non-existent\n", frame->Xwhere);
-
return PCRE_ERROR_INTERNAL;
}
#undef LBL