mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 14:29:21 +02:00
fcl-passrc: fixed typo
This commit is contained in:
parent
087b6cadda
commit
108ecaff22
@ -2429,7 +2429,7 @@ begin
|
|||||||
if Ref=nil then
|
if Ref=nil then
|
||||||
begin
|
begin
|
||||||
{$IFDEF VerbosePasResolverWriteln}
|
{$IFDEF VerbosePasResolverWriteln}
|
||||||
if po_resolvestandardtypes in FOptions then
|
if po_ResolveStandardTypes in FOptions then
|
||||||
begin
|
begin
|
||||||
writeln('ERROR: TPasParser.ResolveTypeReference: resolver failed to raise an error');
|
writeln('ERROR: TPasParser.ResolveTypeReference: resolver failed to raise an error');
|
||||||
ParseExcExpectedIdentifier;
|
ParseExcExpectedIdentifier;
|
||||||
|
Loading…
Reference in New Issue
Block a user