From ab86966d29154ed3fbccda3d9fd8bc8758e3afd7 Mon Sep 17 00:00:00 2001 From: "robin.perrotin" <robin.perrotin@lif.univ-mrs.fr> Date: Mon, 13 Nov 2017 04:13:26 +0100 Subject: [PATCH] test distant commit --- maca_trans_parser/src/simple_decoder_parser_arc_eager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c index a2a591b..cc8dfaa 100644 --- a/maca_trans_parser/src/simple_decoder_parser_arc_eager.c +++ b/maca_trans_parser/src/simple_decoder_parser_arc_eager.c @@ -195,6 +195,7 @@ void simple_decoder_parser_arc_eager(context *ctx) else printf("\t<%d,%d,%d>",b1,b2,b3); // printf("\t%d", respect_standard_constraint(c, movement_parser_type(vcode_array[i].class_code), movement_parser_label(vcode_array[i].class_code))); + printf("AAAAAAA\n"); printf("\n"); } free(vcode_array); -- GitLab