Move marker debugging code under MARKER_DEBUG.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 9 Jul 2012 03:15:10 +0000 (07:15 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 9 Jul 2012 03:15:10 +0000 (07:15 +0400)
commitf1f924b61976585c693f1f18445889ae891e2211
tree98d0cc09ad8c7cd18b54a0e4abbcf2e67b0116c8
parentb50e51120687a7c82046e9b24b28f9576f8c273b
Move marker debugging code under MARKER_DEBUG.
* marker.c (MARKER_DEBUG): Move marker debugging code under
#ifdef MARKER_DEBUG because byte_char_debug_check is too slow
for bootstrap with --enable-checking (~3x slowdown reported
by Juanma Barranquero <lekktu@gmail.com>).
(verify_bytepos): Move under #ifdef MARKER_DEBUG.
src/ChangeLog
src/marker.c