From 551e668e1b7a030fdff236067963100c7d8747a5 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 1 Apr 2020 13:03:26 +0200 Subject: Added AST functions, tested eval with basic input --- include/eval.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/eval.h') diff --git a/include/eval.h b/include/eval.h index ec04ff5..0c3240a 100644 --- a/include/eval.h +++ b/include/eval.h @@ -15,7 +15,6 @@ typedef struct { - int status; int in_pipe[2]; // need stack pipe int out_pipe[2]; t_path path; -- cgit