From 72ee131562574c4a6cb69800cdd81268b52ace84 Mon Sep 17 00:00:00 2001 From: nass1pro Date: Sun, 14 Jun 2020 17:31:01 +0200 Subject: Change file cmd --- include/parser.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') 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 -- cgit