Added C_init(), an empty-bodied routine
This commit is contained in:
parent
43fe55f634
commit
d89ee4fa72
@ -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…
x
Reference in New Issue
Block a user