ANSIfication] Another batch.
This commit is contained in:
committed by
Manoël Trapier
parent
3d1d1277b7
commit
0946773758
@@ -22,12 +22,12 @@ char bits[128];
|
||||
char _obuf[OBUFSIZE];
|
||||
extern int do_preprocess;
|
||||
|
||||
Xflush()
|
||||
void Xflush()
|
||||
{
|
||||
if (do_preprocess) sys_write(STDOUT, _obuf, OBUFSIZE);
|
||||
}
|
||||
|
||||
preprocess(fn)
|
||||
void preprocess(fn)
|
||||
char *fn;
|
||||
{
|
||||
register int c;
|
||||
|
||||
Reference in New Issue
Block a user