compile ok with math

This commit is contained in:
Antoine Riard 2017-03-17 23:22:59 +01:00
parent 50971a7e23
commit 0ea301f3e8

View file

@ -88,8 +88,6 @@ static int handle_instruction(t_list **token, t_btree **ast)
{
if ((ret = do_readline_routine(&stream)) > 0)
return (ret);
if (do_lexer_routine(stream) > 0)
continue ;
if (do_lexer_routine(token, stream) > 0)
continue ;
if (do_parser_routine(token, ast) > 0)