|
@@ -526,7 +526,10 @@ implementation
|
|
exclude(p.propoptions,ppo_stored);
|
|
exclude(p.propoptions,ppo_stored);
|
|
end;
|
|
end;
|
|
_TRUE:
|
|
_TRUE:
|
|
|
|
+ begin
|
|
|
|
+ p.default:=longint($80000000);
|
|
consume(_TRUE);
|
|
consume(_TRUE);
|
|
|
|
+ end;
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
@@ -580,7 +583,7 @@ implementation
|
|
end
|
|
end
|
|
else if try_to_consume(_NODEFAULT) then
|
|
else if try_to_consume(_NODEFAULT) then
|
|
begin
|
|
begin
|
|
- p.default:=0;
|
|
|
|
|
|
+ p.default:=longint($80000000);
|
|
end;
|
|
end;
|
|
{ remove temporary procvardefs }
|
|
{ remove temporary procvardefs }
|
|
symtablestack:=symtablestack.next;
|
|
symtablestack:=symtablestack.next;
|