aboutsummaryrefslogtreecommitdiff
path: root/include/eval.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-04-01 13:03:26 +0200
committerCharles <sircharlesaze@gmail.com>2020-04-01 13:03:26 +0200
commit551e668e1b7a030fdff236067963100c7d8747a5 (patch)
tree198055e7c4e7f847d61949347dbd8dd3cbdc44ee /include/eval.h
parentb15ab562d74b5111ac7c9bd6e0ec185435902472 (diff)
downloadminishell-551e668e1b7a030fdff236067963100c7d8747a5.tar.gz
minishell-551e668e1b7a030fdff236067963100c7d8747a5.tar.bz2
minishell-551e668e1b7a030fdff236067963100c7d8747a5.zip
Added AST functions, tested eval with basic input
Diffstat (limited to 'include/eval.h')
-rw-r--r--include/eval.h1
1 files changed, 0 insertions, 1 deletions
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;