fcl-passrc: fixed typo

This commit is contained in:
mattias 2023-12-30 18:01:15 +01:00
parent 087b6cadda
commit 108ecaff22

View File

@ -2429,7 +2429,7 @@ begin
if Ref=nil then
begin
{$IFDEF VerbosePasResolverWriteln}
if po_resolvestandardtypes in FOptions then
if po_ResolveStandardTypes in FOptions then
begin
writeln('ERROR: TPasParser.ResolveTypeReference: resolver failed to raise an error');
ParseExcExpectedIdentifier;