Skip to content

Commit

Permalink
Merge pull request #125 from jubnzv/lexer-l-fix
Browse files Browse the repository at this point in the history
lexer.l: Remove debug print
  • Loading branch information
troglobit committed Jul 10, 2019
2 parents 875f803 + 12c29c1 commit fd09e4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lexer.l
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ static int qend(cfg_t *cfg, int trim, int ret)

static int qstr(cfg_t *cfg, char skip, int ret)
{
printf("QSTR: %s\n", yytext);
qbeg(comment);
qput(cfg, skip);

Expand Down

0 comments on commit fd09e4e

Please sign in to comment.