mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 02:52:24 +00:00
Update boostrap source
This commit is contained in:
parent
6d957bf0bb
commit
b1dc7d77e8
201 changed files with 242 additions and 225 deletions
|
|
@ -209,7 +209,6 @@ extern void Heap_INCREF();
|
|||
// Main module initialisation, registration and finalisation
|
||||
|
||||
extern void Platform_Init(INTEGER argc, LONGINT argv);
|
||||
extern void *Platform_MainModule;
|
||||
extern void Heap_FINALL();
|
||||
|
||||
#define __INIT(argc, argv) static void *m; Platform_Init((INTEGER)argc, (LONGINT)(uintptr_t)&argv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue