#ifdef DEBUG_OOB
#include <stdio.h>
-static const UChar* PatternStart;
static const UChar* PatternEnd;
#endif
#ifdef DEBUG_OOB
if (end > PatternEnd)
fprintf(stderr, "end: %p, END: %p\n", end, PatternEnd);
-
- if (src < PatternStart)
- fprintf(stderr, "start: %p, START: %p\n", src, PatternStart);
#endif
}
}
fprintf(stderr, "onig_parse_make_tree: %p - %p, %d\n", pattern, end,
(int )(end - pattern));
*/
- PatternStart = pattern;
- PatternEnd = end;
+ PatternEnd = end;
#endif
*root = NULL;