diff --git a/42sh/includes/parser.h b/42sh/includes/parser.h index 0623fd22..925cb1d9 100644 --- a/42sh/includes/parser.h +++ b/42sh/includes/parser.h @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/12/01 12:15:54 by jhalford #+# #+# */ -/* Updated: 2017/03/02 22:02:15 by ariard ### ########.fr */ +/* Updated: 2017/03/03 14:16:02 by ariard ### ########.fr */ /* */ /* ************************************************************************** */ @@ -164,7 +164,7 @@ struct s_cmd union u_astdata { - t_list *cmds; + t_cmd cmd; t_list *wordlist; char **sstr; char *str;