diff --git a/42sh/includes/types.h b/42sh/includes/types.h index 99be9273..5b7c3195 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/24 16:21:12 by gwojda ### ########.fr */ +/* Updated: 2017/03/24 17:00:06 by gwojda ### ########.fr */ /* */ /* ************************************************************************** */ @@ -48,7 +48,6 @@ 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; /* @@ -64,7 +63,7 @@ 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;