* assign name to anonymous string type

git-svn-id: trunk@23536 -
This commit is contained in:
michael 2013-01-29 19:00:00 +00:00
parent d0cbcd419e
commit e247d1fa1a

View File

@ -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