mirror of
https://github.com/Savapitech/42sh.git
synced 2026-03-18 21:50:35 +01:00
try to push
This commit is contained in:
@@ -101,6 +101,7 @@ ast_t *get_usr_loop_cmd(ast_t *node)
|
||||
return node;
|
||||
}
|
||||
|
||||
//TODO: need to change the while true by a check_condition
|
||||
static
|
||||
void launch_loop(ef_t *ef, ast_t *node)
|
||||
{
|
||||
@@ -116,7 +117,6 @@ void launch_loop(ef_t *ef, ast_t *node)
|
||||
exit(status);
|
||||
}
|
||||
|
||||
//TODO: need to change the while true by a check_condition
|
||||
int visit_loop(ef_t *ef, ast_t *node)
|
||||
{
|
||||
int status;
|
||||
|
||||
Reference in New Issue
Block a user