Added C_init(), an empty-bodied routine
This commit is contained in:
parent
48cbb00cbe
commit
f14b5ead0e
|
@ -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;
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue