mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 16:52:25 +00:00
src/runtime/Files.Mod: Now using SYSTEM.MAXPATHLEN + 1 as size for the array-
type 'FileName' ...
bootstrap/*/*.[ch]: Committing the bootstrapping files after the modifications
on the compiler and the runtime ...
This commit is contained in:
parent
60df39cb6b
commit
8675fbf5f4
186 changed files with 531 additions and 446 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 2.1.0 [2018/04/10]. Bootstrapping compiler for address size 8, alignment 8. tspaSF */
|
||||
/* voc 2.1.0 [2018/04/13]. Bootstrapping compiler for address size 8, alignment 8. tspaSF */
|
||||
|
||||
#ifndef Files__h
|
||||
#define Files__h
|
||||
|
|
@ -11,7 +11,7 @@ typedef
|
|||
typedef
|
||||
struct Files_FileDesc {
|
||||
INT32 _prvt0;
|
||||
char _prvt1[560];
|
||||
char _prvt1[8240];
|
||||
} Files_FileDesc;
|
||||
|
||||
typedef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue