Use SET64 representation in the compiler.

This commit is contained in:
David Brown 2016-09-30 19:00:33 +01:00
parent 2e02f9204c
commit 7238be5257
38 changed files with 119 additions and 126 deletions

View file

@ -17,7 +17,7 @@ typedef
OPT_ConstExt ext;
int64 intval;
int32 intval2;
uint32 setval;
uint64 setval;
LONGREAL realval;
} OPT_ConstDesc;