mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2025-02-13 11:30:46 +00:00
Uninitialized field when declaring objects without any data fields causes spurious "assignment of files not allowed" error.
This commit is contained in:
parent
cf72a073f8
commit
63839d81a0
@ -1003,6 +1003,7 @@ end; {DoConstant}
|
||||
objlevel := 1;
|
||||
objparent := nil;
|
||||
size := ptrsize;
|
||||
hasSFile := false;
|
||||
end; {with}
|
||||
|
||||
{handle inheritance}
|
||||
|
Loading…
x
Reference in New Issue
Block a user