@@ -1270,18 +1270,18 @@ component: removable cpuonly split "COMPONENT" instname '=' instref
12701270 if ($13 ->linenum) {
12711271 if (comp->extend->linenum>0 ) {
12721272 fprintf (stderr, " \n -----------------------------------------------------------\n " );
1273- fprintf (stderr, " WARNING (COMPONENT %s) : Existing (COPY) EXTEND block:\n " , comp->name);
1273+ fprintf (stderr, " WARNING: Existing (COPY) EXTEND block in COMPONENT %s :\n " , comp->name);
12741274 List_handle liter = list_iterate(comp->extend->lines);
12751275 List_handle liter2 = list_iterate($13 ->lines);
12761276 char *line, *line2;
1277- fprintf (stderr, " \n EXTEND %%{\n " );
1277+ fprintf (stderr, " EXTEND %%{\n " );
12781278 while ((line = list_next(liter))) {
12791279 fprintf (stderr, " %s" ,line);
12801280 }
12811281 list_iterate_end (liter);
12821282 fprintf (stderr, " %%}\n " );
1283- fprintf (stderr, " \n will be been overwritten by:\n " );
1284- fprintf (stderr, " \n EXTEND %%{\n " );
1283+ fprintf (stderr, " \n is overwritten by:\n " );
1284+ fprintf (stderr, " EXTEND %%{\n " );
12851285 while ((line2 = list_next(liter2))) {
12861286 fprintf (stderr, " %s" ,line2);
12871287 }
0 commit comments