mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* fix for bug #909
This commit is contained in:
parent
620e7fc689
commit
7f4168fb0a
@ -896,6 +896,7 @@ implementation
|
||||
begin
|
||||
vtype:=vtExtended;
|
||||
vaddr:=true;
|
||||
freetemp:=false;
|
||||
end;
|
||||
procvardef,
|
||||
pointerdef :
|
||||
@ -987,7 +988,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.104 2000/03/19 08:14:17 peter
|
||||
@ -1091,4 +1095,4 @@ end.
|
||||
Revision 1.79 1999/08/25 16:41:05 peter
|
||||
* resources are working again
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user