Added some C support

This commit is contained in:
ceriel
1990-09-14 14:37:26 +00:00
parent da21e46cd3
commit b62c56b3dd
12 changed files with 520 additions and 27 deletions

View File

@@ -84,7 +84,6 @@ lines(file, l1, l2)
error("could not open %s", file->f_sym->sy_idf->id_text);
return;
}
printf("filedesc = %d\n", fileno(f));
last_file = file;
last_f = f;
if (! file->f_linepos) {