Uninitialized field when declaring objects without any data fields causes spurious "assignment of files not allowed" error.

This commit is contained in:
Kelvin Sherlock 2018-03-13 15:42:58 -04:00
parent cf72a073f8
commit 63839d81a0
1 changed files with 1 additions and 0 deletions

View File

@ -1003,6 +1003,7 @@ end; {DoConstant}
objlevel := 1;
objparent := nil;
size := ptrsize;
hasSFile := false;
end; {with}
{handle inheritance}