mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:09:22 +02:00
* fix for bug #909
This commit is contained in:
parent
620e7fc689
commit
7f4168fb0a
@ -896,6 +896,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
vtype:=vtExtended;
|
vtype:=vtExtended;
|
||||||
vaddr:=true;
|
vaddr:=true;
|
||||||
|
freetemp:=false;
|
||||||
end;
|
end;
|
||||||
procvardef,
|
procvardef,
|
||||||
pointerdef :
|
pointerdef :
|
||||||
@ -987,7 +988,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.105 2000-03-19 11:55:08 peter
|
Revision 1.106 2000-04-03 12:23:02 pierre
|
||||||
|
* fix for bug 909
|
||||||
|
|
||||||
|
Revision 1.105 2000/03/19 11:55:08 peter
|
||||||
* fixed temp ansi handling within array constructor
|
* fixed temp ansi handling within array constructor
|
||||||
|
|
||||||
Revision 1.104 2000/03/19 08:14:17 peter
|
Revision 1.104 2000/03/19 08:14:17 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user