Update bootstrap

This commit is contained in:
David Brown 2016-11-10 11:57:59 +00:00
parent 45d3daa11e
commit 2cd28725ea
195 changed files with 312 additions and 305 deletions

View file

@ -1,4 +1,4 @@
/* voc 1.95 [2016/11/08]. Bootstrapping compiler for address size 8, alignment 8. tspaSfF */
/* voc 1.95 [2016/11/10]. Bootstrapping compiler for address size 8, alignment 8. tspaSfF */
#define SHORTINT INT8
#define INTEGER INT16
@ -307,10 +307,6 @@ void Files_Close (Files_File f)
Files_Flush(f->bufs[i]);
i += 1;
}
error = Platform_Sync(f->fd);
if (error != 0) {
Files_Err((CHAR*)"error writing file", 19, f, error);
}
Files_CloseOSFile(f);
}
}