+ Fixed nodefault storage specifier and case where stored is explicitly true

git-svn-id: trunk@3860 -
This commit is contained in:
michael 2006-06-13 21:41:52 +00:00
parent 8b6142e9b3
commit a3c573cf8d

View File

@ -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;