made produced itemtab.h file more readable
authorceriel <none@none>
Mon, 20 Aug 1990 15:32:29 +0000 (15:32 +0000)
committerceriel <none@none>
Mon, 20 Aug 1990 15:32:29 +0000 (15:32 +0000)
util/ego/ra/makeitems.c

index c67c4cd..0015d5e 100644 (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;
                }
        }