Added C_init(), an empty-bodied routine

This commit is contained in:
erikb 1986-03-19 12:36:02 +00:00
parent 48cbb00cbe
commit f14b5ead0e

View file

@ -37,6 +37,10 @@ putbyte(b) /* shouldn't putbyte() be a macro ??? (EB) */
*opp++ = (char) b;
}
C_init(wsize, psize)
arith wsize, psize;
{}
C_open(nm) /* open file for compact code output */
char *nm;
{