Added C_init(), an empty-bodied routine
This commit is contained in:
parent
48cbb00cbe
commit
f14b5ead0e
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ putbyte(b) /* shouldn't putbyte() be a macro ??? (EB) */
|
||||||
*opp++ = (char) b;
|
*opp++ = (char) b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
C_init(wsize, psize)
|
||||||
|
arith wsize, psize;
|
||||||
|
{}
|
||||||
|
|
||||||
C_open(nm) /* open file for compact code output */
|
C_open(nm) /* open file for compact code output */
|
||||||
char *nm;
|
char *nm;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue