summaryrefslogtreecommitdiffstats
path: root/src/parser.l
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-05 07:38:51 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-05 07:48:17 -0400
commitea204b55b3f103b870f1d3533e4ff2e4355c5b05 (patch)
treedbe46f6f578fd1ecf6227e04ca6423aafb4bdf3e /src/parser.l
parent8947aec3f40270b0f5dc31ff15260bb4de6c58f1 (diff)
downloadlibvt100-ea204b55b3f103b870f1d3533e4ff2e4355c5b05.tar.gz
libvt100-ea204b55b3f103b870f1d3533e4ff2e4355c5b05.zip
try making things faster?fast-flex
Diffstat (limited to 'src/parser.l')
-rw-r--r--src/parser.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.l b/src/parser.l
index a4e6cfd..7094bb3 100644
--- a/src/parser.l
+++ b/src/parser.l
@@ -10,7 +10,7 @@
#define YY_EXIT_FAILURE (UNUSED(yyscanner), 2)
%}
-%option reentrant nodefault batch
+%option reentrant nodefault batch 8bit
%option noyywrap nounput noinput noyyalloc noyyrealloc noyyfree
%option prefix="vt100_parser_yy"
%option extra-type="VT100Screen *"