diff options
Diffstat (limited to 'src/preprocess.c')
| -rw-r--r-- | src/preprocess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preprocess.c b/src/preprocess.c index 5782a45..f594969 100644 --- a/src/preprocess.c +++ b/src/preprocess.c @@ -82,7 +82,7 @@ char **st_tokens_to_argv(t_ftlst *tokens) char **preprocess(t_ftlst **tokens, t_env env) { t_ftlst *curr; - enum e_token_tag prev_tag; + enum e_tok prev_tag; prev_tag = 0; curr = *tokens; |
