mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:09:27 +02:00
* assign name to anonymous string type
git-svn-id: trunk@23536 -
This commit is contained in:
parent
d0cbcd419e
commit
e247d1fa1a
@ -757,6 +757,8 @@ Var
|
||||
begin
|
||||
Result := TPasAliasType(CreateElement(TPasAliasType, TypeName, Parent));
|
||||
try
|
||||
If (Result.Name='') then
|
||||
Result.Name:='string';
|
||||
NextToken;
|
||||
if CurToken=tkSquaredBraceOpen then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user