From 454d439575489934791c04329df6e82e56dabf54 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 27 Aug 2020 09:29:42 +0200 Subject: Renaming e_token_tag -> e_tok --- include/ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ast.h') diff --git a/include/ast.h b/include/ast.h index a767444..7fec75d 100644 --- a/include/ast.h +++ b/include/ast.h @@ -37,7 +37,7 @@ typedef struct s_op { struct s_ast *left; struct s_ast *right; - enum e_token_tag sep; + enum e_tok sep; } t_op; /* -- cgit