summaryrefslogtreecommitdiffstats
path: root/src/parser.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-17 17:10:58 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-17 17:10:58 -0400
commit801e922ddd37ec15ccb8dd16cca9c587b7c1d6fb (patch)
tree9f30308b9df0a872ff95f68e4ebe3d070fd1fef6 /src/parser.h
parent858dfa5e53f2068b0b88eb5ebdaef5afc5f0301d (diff)
downloadlibvt100-801e922ddd37ec15ccb8dd16cca9c587b7c1d6fb.tar.gz
libvt100-801e922ddd37ec15ccb8dd16cca9c587b7c1d6fb.zip
hide the parser state
this shouldn't be public (none of the parser stuff should be), but the way i was doing before with redefining certain types from parser.h was causing warnings on clang.
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 ba9d7a2..f75c1ed 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 221 "src/parser.l"
+#line 223 "src/parser.l"
#line 337 "src/parser.h"