summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8ae5b83..9df7269 100644
--- a/main.c
+++ b/main.c
@@ -405,6 +405,9 @@ void check_options ()
GEN_PREFIX ("_flush_buffer");
GEN_PREFIX ("_load_buffer_state");
GEN_PREFIX ("_switch_to_buffer");
+ GEN_PREFIX ("push_buffer_state");
+ GEN_PREFIX ("pop_buffer_state");
+ GEN_PREFIX ("ensure_buffer_stack");
GEN_PREFIX ("lex");
GEN_PREFIX ("restart");
GEN_PREFIX ("lex_init");
@@ -753,6 +756,9 @@ void flexend (exit_status)
"yy_set_bol",
"yy_set_interactive",
"yy_switch_to_buffer",
+ "yypush_buffer_state",
+ "yypop_buffer_state",
+ "yyensure_buffer_stack",
"yyalloc",
"yyconst",
"yyextra",