Skip to content

Commit

Permalink
* [inline]: thanks to GameHunter - https://forum.oberoncore.ru/viewto…
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-N-Cher committed Jan 4, 2025
1 parent ab1b154 commit ef3672a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mod/OfrontOPC.cp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
PROCEDURE Undefined(obj: OPT.Object): BOOLEAN;
BEGIN
(* imported anonymous types have obj^.name = OPT.null; used e.g. for repeating inherited fields *)
RETURN (obj^.mnolev >= 0) & (obj^.linkadr # MaxType+OPM.currFile )
RETURN (obj^.mnolev >= 0) & (obj^.linkadr < MaxType+OPM.currFile)
& (obj^.linkadr # PredefinedType)
& (obj^.linkadr # CyclicType+OPM.currFile)
OR (obj^.name = OPT.null)
Expand Down
3 changes: 1 addition & 2 deletions Mod/OfrontOPV.cp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
absAttr = 17; empAttr = 19; extAttr = 20;

(* sysflag *)
noalign = 3; align2 = 4; align4 = 5; align8 = 6; union = 7;
inline = 3;
noalign = 3; align2 = 4; align4 = 5; align8 = 6; union = 7; inline = 3;

super = 1;

Expand Down
Binary file modified Target/BlackBox/Mod/OPC.odc
Binary file not shown.
Binary file modified Target/BlackBox/Mod/OPV.odc
Binary file not shown.
Binary file modified Target/Win32/ofront+.exe
Binary file not shown.

0 comments on commit ef3672a

Please sign in to comment.