remove user_action() prototype

This commit is contained in:
Josh Holtrop 2018-04-23 22:25:13 -04:00
parent 57dcf9e62d
commit 8db0a47fb4

View File

@ -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);
%}