]> granicus.if.org Git - graphviz/commit
fix: call printTok when DEBUG is defined in HTML lexer
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 8 Sep 2020 00:11:29 +0000 (17:11 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 14 Sep 2020 03:51:15 +0000 (20:51 -0700)
commit20a71cf801a6c3db7a4429059c6ac0d66f873073
tree37ca25c32f374d67040fa85fbc0fb28e7df3a602
parentb49bf947c2ff6c4af563eac173d889177863cf01
fix: call printTok when DEBUG is defined in HTML lexer

Based on the prior `#ifdef DEBUG` in this file, it seems debugging is meant to
be enabled whenever DEBUG is defined, regardless of its value.
lib/common/htmllex.c