diff options
Diffstat (limited to 'src/repl.c')
| -rw-r--r-- | src/repl.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ void repl(const char *prompt, t_env **env) t_token *token_list; t_node *ast; - (*promptflag)++; while (1) { input = readline(prompt); |
