current parser version ready for breaking..

This commit is contained in:
Mthandazo Ndhlovu
2019-04-26 13:37:32 +02:00
parent 9a386b315b
commit 6ad8cd2d95
9 changed files with 47 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
/* By: mndhlovu <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/29 07:17:06 by mndhlovu #+# #+# */
/* Updated: 2019/04/24 09:43:02 by tmaze ### ########.fr */
/* Updated: 2019/04/26 12:15:47 by mndhlovu ### ########.fr */
/* */
/* ************************************************************************** */
@@ -41,7 +41,6 @@ int lm_adj_parser(t_lmdata *lmdata, t_holder *holder)
{
while (data)
{
ft_printf("=== link ===\nis_lin_in: %d\n\n", is_link_in(lmdata, data->src_ind, data->dest_ind));
if (!is_link_in(lmdata, data->src_ind, data->dest_ind))
lst_indadd_link(lmdata, data->src_ind, data->dest_ind);
data = data->next;