diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/parser.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/parser.h b/include/parser.h index c81abee..099d4aa 100644 --- a/include/parser.h +++ b/include/parser.h @@ -40,10 +40,6 @@ t_ret *parse(t_ftlst *input); t_ast *parse_cmd(t_ast *ast, t_ftlst *ret); - -/* -** cmd_parse.c -*/ -int parse_cmd_str_true_fale(enum e_token_tag tag); +int parse_cmd_str_true_false(enum e_token_tag tag); #endif |
