From cb8b28c0880bd5c57a2796eadc08a3a8c7595f36 Mon Sep 17 00:00:00 2001 From: George Koehler Date: Sun, 29 Oct 2017 14:18:47 -0400 Subject: [PATCH] For DIAGOPT, change outshort(patno) to outshort(lino - 1). This is more useful when looking for patterns; lino - 1 is probably the line number in the patterns file. DIAGOPT is off by default but one can edit optim.h to enable it. The other changes just clean up whitespace. --- util/opt/mktab.y | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/util/opt/mktab.y b/util/opt/mktab.y index e2a6c0b1a..7208919c5 100644 --- a/util/opt/mktab.y +++ b/util/opt/mktab.y @@ -87,7 +87,7 @@ pattern : if (patCBO) { register int i; - if (! rplCBO) { + if (! rplCBO) { yyerror("No CBO in replacement"); } for (i=0; imaxpatlen) maxpatlen=patlen; + patno++; + printf("\n"); + if (patlen>maxpatlen) maxpatlen=patlen; } outbyte(b) { @@ -424,4 +424,3 @@ out(w) { outshort(w); } } - -- 2.34.1