From 00bce5ad1d5ac92d20617a9eb2647365bf87cab2 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 9 Oct 2020 16:13:50 +0200 Subject: Splitting preprocessing, Added parsed error helper --- include/eval.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/eval.h') diff --git a/include/eval.h b/include/eval.h index e2f3c8b..6f54280 100644 --- a/include/eval.h +++ b/include/eval.h @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/01 17:05:30 by charles #+# #+# */ -/* Updated: 2020/10/09 13:40:26 by cacharle ### ########.fr */ +/* Updated: 2020/10/09 16:12:05 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -63,7 +63,7 @@ int eval_cmd(int fds[2], t_env env, t_ast *ast); */ int eval_operation(int fds[2], t_env env, t_ast *ast); -int eval_pipeline(int fds[2], t_env env, t_ast *ast); +int eval_pipeline(t_env env, t_ast *ast); /* ** parenthesis.c -- cgit