From 933e91217074df8d318250c681f02496831f6cb7 Mon Sep 17 00:00:00 2001 From: wescande Date: Fri, 24 Mar 2017 16:58:54 +0100 Subject: [PATCH] mise a la norme --- 42sh/includes/types.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/42sh/includes/types.h b/42sh/includes/types.h index fc142314..a2019b73 100644 --- a/42sh/includes/types.h +++ b/42sh/includes/types.h @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/12/13 17:11:48 by jhalford #+# #+# */ -/* Updated: 2017/03/22 19:36:55 by jhalford ### ########.fr */ +/* Updated: 2017/03/24 16:58:22 by wescande ### ########.fr */ /* */ /* ************************************************************************** */ @@ -48,14 +48,13 @@ typedef struct s_data_template t_btexport; typedef enum e_lexstate t_lexstate; typedef struct s_token t_token; typedef struct s_rvwords t_rvwords; - typedef struct s_ld t_ld; /* ** Execution types */ -typedef int t_condition; +typedef int t_condition; typedef struct s_job t_job; typedef struct s_process t_process; typedef int (t_execf)(const char *path, @@ -64,11 +63,9 @@ typedef int (t_execf)(const char *path, typedef enum e_process_type t_process_type; typedef enum e_process_state t_process_state; typedef union u_process_data t_process_data; -typedef struct s_process_map t_process_map; +typedef struct s_process_map t_process_map; typedef struct s_data_cond t_data_while; typedef struct s_data_cond t_data_if; -typedef struct s_data_cond t_data_if; - /* ** Parser types