mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 06:22:25 +00:00
Reenable library files, fix LONGREAL constants and type casts.
This commit is contained in:
parent
ef0a447a68
commit
9ffafc59b4
229 changed files with 11147 additions and 11288 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* voc 1.95 [2016/09/24]. Bootstrapping compiler for address size 8, alignment 8. xtspaSfF */
|
||||
/* voc 1.95 [2016/09/26]. Bootstrapping compiler for address size 8, alignment 8. xtspaSfF */
|
||||
|
||||
#define INTEGER int16
|
||||
#define LONGINT int32
|
||||
|
|
@ -1867,7 +1867,7 @@ void OPT_Export (BOOLEAN *ext, BOOLEAN *new)
|
|||
}
|
||||
OPT_OutObj(OPT_topScope->right);
|
||||
*ext = (OPT_sfpresent && OPT_symExtended);
|
||||
*new = (!OPT_sfpresent || OPT_symNew) || __IN(17, OPM_opt, 32);
|
||||
*new = (!OPT_sfpresent || OPT_symNew) || __IN(17, OPM_Options, 32);
|
||||
if ((((OPM_noerr && OPT_sfpresent)) && OPT_impCtxt.reffp != OPT_expCtxt.reffp)) {
|
||||
*new = 1;
|
||||
if (!OPT_extsf) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue