From 8db0a47fb434d1086a2b81c7097166ebd7709d3f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 23 Apr 2018 22:25:13 -0400 Subject: [PATCH] remove user_action() prototype --- src/parser/parser.l | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parser/parser.l b/src/parser/parser.l index a49fb2a..ceee885 100644 --- a/src/parser/parser.l +++ b/src/parser/parser.l @@ -22,7 +22,6 @@ static String * build_string = NULL; static size_t current_line = 1u; static String * current_file = NULL; void handle_loc(const char * input); -void user_action(void); %}