From 9da9ca84dd14ca25f46616298db9b840f62aaf11 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Apr 2014 01:31:27 -0400 Subject: remove outdated comment --- src/parser.l | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/parser.l b/src/parser.l index 8e49181..2a2e94c 100644 --- a/src/parser.l +++ b/src/parser.l @@ -237,9 +237,6 @@ void runes_parser_process_string(RunesTerm *t, char *buf, size_t len) yyscan_t scanner; int remaining; - /* XXX this will break if buf ends with a partial escape sequence or utf8 - * character. we need to detect that and not consume the entire input in - * that case */ yylex_init_extra(t, &scanner); state = runes_parser_yy_scan_bytes(buf, len, scanner); while ((remaining = runes_parser_yylex(scanner)) == -1); -- cgit v1.2.3