summaryrefslogtreecommitdiffstats
path: root/src/parser.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-17 18:50:23 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-17 18:50:23 -0400
commitcb6ee624f72d75b228f5c6c4395b00a709829465 (patch)
treecc4eb490f39211476fb16f95a99fb21d30043ade /src/parser.h
parent801e922ddd37ec15ccb8dd16cca9c587b7c1d6fb (diff)
downloadlibvt100-cb6ee624f72d75b228f5c6c4395b00a709829465.tar.gz
libvt100-cb6ee624f72d75b228f5c6c4395b00a709829465.zip
explicitly ignore some escapes
just to prevent warning about them, since we don't intend to support them
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index f75c1ed..0fed85e 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -330,7 +330,7 @@ extern int vt100_parser_yylex (yyscan_t yyscanner);
#undef YY_DECL
#endif
-#line 223 "src/parser.l"
+#line 239 "src/parser.l"
#line 337 "src/parser.h"