ANSIfication] Another batch.

This commit is contained in:
Manoel Trapier
2013-03-11 16:08:38 +01:00
committed by Manoël Trapier
parent 3d1d1277b7
commit 0946773758
27 changed files with 419 additions and 388 deletions

View File

@@ -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;