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