Allow SYSTEM.VAL of constant in CONST and use in Heap.Mod.

This commit is contained in:
David Brown 2016-09-03 17:47:55 +01:00
parent a730d6c96b
commit db18774de1
12 changed files with 86 additions and 64 deletions

View file

@ -40,7 +40,6 @@ typedef signed char int8;
typedef unsigned char uint8;
#define uintptr size_t
//#define uintptr int64
// The compiler uses 'import' and 'export' which translate to 'extern' and
// nothing respectively.