From 294adc19078fa8d196ee1d787ec24619f9976178 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 14 Aug 2020 15:24:12 +0200 Subject: I must split --- src/s_struct.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/s_struct.h') diff --git a/src/s_struct.h b/src/s_struct.h index e03bbf2..f5d2a23 100644 --- a/src/s_struct.h +++ b/src/s_struct.h @@ -19,7 +19,7 @@ /* ** redir(int8_t) index -** -------------------- +** ------------------- ** -1: < ** 1: > ** 2: >> @@ -49,8 +49,17 @@ struct s_lpipes struct s_lpipes *next; }; +/* +** nextif(uint8_t) index +** --------------------- +** 0: ; +** 1: && +** 2: || +*/ + typedef struct s_line { + uint8_t nextif; struct s_com *com; struct s_lpipes *pipes; struct s_line *next; -- cgit v1.2.3