before pull main clean

This commit is contained in:
ariard@student.42.fr 2017-02-21 20:29:46 +01:00
parent 7856564ecb
commit fffb8c74a5
5 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/12/01 12:15:54 by jhalford #+# #+# */
/* Updated: 2017/02/21 18:13:10 by ariard ### ########.fr */
/* Updated: 2017/02/21 20:28:27 by ariard ### ########.fr */
/* */
/* ************************************************************************** */

View file

@ -6,7 +6,7 @@
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/11/27 20:30:32 by jhalford #+# #+# */
/* Updated: 2017/02/21 18:15:31 by ariard ### ########.fr */
/* Updated: 2017/02/21 18:50:05 by ariard ### ########.fr */
/* */
/* ************************************************************************** */

View file

@ -6,7 +6,7 @@
/* By: jhalford <jhalford@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/12/06 18:40:58 by jhalford #+# #+# */
/* Updated: 2017/02/21 18:33:24 by ariard ### ########.fr */
/* Updated: 2017/02/21 18:51:41 by ariard ### ########.fr */
/* */
/* ************************************************************************** */
@ -49,8 +49,8 @@ int handle_instruction(int fd)
return (error_syntax(&token));
}
btree_print(STDBUG, ast, &ft_putast);
if (ft_exec(&ast))
return (1);
// if (ft_exec(&ast))
// return (1);
ft_add_str_in_history(lexer.str);
return (1);
}

View file

@ -6,7 +6,7 @@
/* By: ariard <ariard@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2017/02/15 18:32:59 by ariard #+# #+# */
/* Updated: 2017/02/20 22:16:04 by jhalford ### ########.fr */
/* Updated: 2017/02/21 20:28:38 by ariard ### ########.fr */
/* */
/* ************************************************************************** */

View file

@ -6,7 +6,7 @@
/* By: ariard <ariard@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2016/11/30 17:14:58 by jhalford #+# #+# */
/* Updated: 2017/02/21 16:40:24 by ariard ### ########.fr */
/* Updated: 2017/02/21 18:52:33 by ariard ### ########.fr */
/* */
/* ************************************************************************** */