This commit is contained in:
gwojda 2017-03-29 16:34:33 +02:00
parent 7147c5956f
commit 7201b22642

View file

@ -6,7 +6,7 @@
/* By: ariard <ariard@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2017/03/11 16:11:21 by ariard #+# #+# */
/* Updated: 2017/03/29 16:19:59 by ariard ### ########.fr */
/* Updated: 2017/03/29 16:34:15 by gwojda ### ########.fr */
/* */
/* ************************************************************************** */
@ -1285,7 +1285,6 @@ int eval_sym(t_list **stack, t_sym new_sym)
return (1);
head = (*stack)->content;
i = 0;
DG("eval %s && %s", read_state(*head), read_state(new_sym));
while (g_stackmatch[i].top)
{
if (new_sym == g_stackmatch[i].top && *head == g_stackmatch[i].under)