made produced itemtab.h file more readable

This commit is contained in:
ceriel 1990-08-20 15:32:29 +00:00
parent e2ce4995e6
commit 3fb20f5201

View file

@ -43,10 +43,10 @@ convert(mnemfile,itemfile)
/* there is no line for this mnemonic, so
* it has no type.
*/
printf("{NO_ITEM,0},\n");
printf("{NO_ITEM,0}, /* %s */\n", mnem1);
newcl = FALSE;
} else {
printf("{%s,%d},\n",itemtype,index);
printf("{%s,%d}, /* %s */\n",itemtype,index, mnem1);
newcl = TRUE;
}
}