Added some C support
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user