mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +02:00
fcl-passrc: paswrite: allow to write pointer type
git-svn-id: trunk@37179 -
This commit is contained in:
parent
12f444c282
commit
532e256579
@ -277,6 +277,8 @@ begin
|
||||
WriteRecordType(TPasRecordType(AType))
|
||||
else if AType is TPasAliasType then
|
||||
WriteAliasType(TPasAliasType(AType))
|
||||
else if AType is TPasPointerType then
|
||||
Add(AType.GetDeclaration(true))
|
||||
else
|
||||
raise EPasWriter.Create('Writing not implemented for ' +
|
||||
AType.ElementTypeName + ' nodes');
|
||||
|
Loading…
Reference in New Issue
Block a user