aboutsummaryrefslogtreecommitdiff
path: root/include/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ast.h')
-rw-r--r--include/ast.h2
1 files changed, 1 insertions, 1 deletions
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;
/*