mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
Update bootstrap C sources.
This commit is contained in:
parent
a377c7c3bf
commit
d7de570177
185 changed files with 890 additions and 355 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 2.00 [2016/12/12]. Bootstrapping compiler for address size 8, alignment 8. tsSF */
|
||||
/* voc 2.00 [2016/12/13]. Bootstrapping compiler for address size 8, alignment 8. tsSF */
|
||||
|
||||
#ifndef Heap__h
|
||||
#define Heap__h
|
||||
|
|
@ -46,7 +46,9 @@ typedef
|
|||
|
||||
|
||||
import SYSTEM_PTR Heap_modules;
|
||||
import INT32 Heap_allocated, Heap_heapsize;
|
||||
import INT32 Heap_allocated;
|
||||
import INT32 Heap_heap;
|
||||
import INT32 Heap_heapsize;
|
||||
import INT16 Heap_FileCount;
|
||||
|
||||
import ADDRESS *Heap_ModuleDesc__typ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue