aboutsummaryrefslogtreecommitdiff
path: root/src/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/repl.c')
-rw-r--r--src/repl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repl.c b/src/repl.c
index 3f4435d..a0b7864 100644
--- a/src/repl.c
+++ b/src/repl.c
@@ -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);