mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:30:34 +02:00
+ Fixed nodefault storage specifier and case where stored is explicitly true
git-svn-id: trunk@3860 -
This commit is contained in:
parent
8b6142e9b3
commit
a3c573cf8d
@ -524,7 +524,10 @@ implementation
|
||||
exclude(p.propoptions,ppo_stored);
|
||||
end;
|
||||
_TRUE:
|
||||
begin
|
||||
p.default:=longint($80000000);
|
||||
consume(_TRUE);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
@ -578,7 +581,7 @@ implementation
|
||||
end
|
||||
else if try_to_consume(_NODEFAULT) then
|
||||
begin
|
||||
p.default:=0;
|
||||
p.default:=longint($80000000);
|
||||
end;
|
||||
{ remove temporary procvardefs }
|
||||
readprocdef.free;
|
||||
|
Loading…
Reference in New Issue
Block a user