mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Update bootstrap C source.
This commit is contained in:
parent
0666629e1e
commit
a4dfd37908
185 changed files with 230 additions and 215 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 2.1.0 [2016/12/28]. Bootstrapping compiler for address size 8, alignment 8. tsSF */
|
||||
/* voc 2.1.0 [2016/12/29]. Bootstrapping compiler for address size 8, alignment 8. tsSF */
|
||||
|
||||
#ifndef Heap__h
|
||||
#define Heap__h
|
||||
|
|
@ -48,7 +48,7 @@ typedef
|
|||
import SYSTEM_PTR Heap_modules;
|
||||
import INT32 Heap_allocated;
|
||||
import INT32 Heap_heap;
|
||||
import INT32 Heap_heapsize;
|
||||
import INT32 Heap_heapsize, Heap_heapMinExpand;
|
||||
import INT16 Heap_FileCount;
|
||||
|
||||
import ADDRESS *Heap_ModuleDesc__typ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue