mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 13:22:26 +00:00
Use SYSTEM.ADDRESS in libraries. Build all with -O2. Support INC(a,b) for any int a,b that support a:=a+b.
This commit is contained in:
parent
f1cbbdba28
commit
22a4f8e263
92 changed files with 2752 additions and 2695 deletions
|
|
@ -28,15 +28,15 @@ typedef
|
|||
struct Modules_ModuleDesc {
|
||||
Modules_Module next;
|
||||
Modules_ModuleName name;
|
||||
int64 refcnt;
|
||||
int32 refcnt;
|
||||
Modules_Cmd cmds;
|
||||
int64 types;
|
||||
void (*enumPtrs)(void(*)(int64));
|
||||
char _prvt0[16];
|
||||
int32 types;
|
||||
void (*enumPtrs)(void(*)(int32));
|
||||
char _prvt0[8];
|
||||
} Modules_ModuleDesc;
|
||||
|
||||
|
||||
import int32 Modules_res;
|
||||
import int16 Modules_res;
|
||||
import CHAR Modules_resMsg[256];
|
||||
import Modules_ModuleName Modules_imported, Modules_importing;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue