mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:49:26 +02:00
* use queue_is_active() method to determine whether the complex typed
expression queue is active rather than the existing ad hoc check, which failed when no item had been added to the queue yet git-svn-id: trunk@31059 -
This commit is contained in:
parent
8d0c5ecf5a
commit
494206fd6a
@ -174,7 +174,7 @@ implementation
|
||||
kind: ttypedconstkind;
|
||||
info: tllvmaggregateinformation;
|
||||
begin
|
||||
if assigned(fqueued_tai) then
|
||||
if queue_is_active then
|
||||
begin
|
||||
kind:=tck_simple;
|
||||
{ finalise the queued expression }
|
||||
|
Loading…
Reference in New Issue
Block a user