mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 09:32:41 +02:00
codetools: getsmarthing: enum: add "enum"
git-svn-id: trunk@37081 -
This commit is contained in:
parent
20f137ac1f
commit
b65f87aa5b
@ -2283,6 +2283,8 @@ begin
|
||||
NodeStr:=ExtractNode(TypeNode,[phpCommentsToSpace]);
|
||||
Result+=copy(NodeStr,1,50);
|
||||
end;
|
||||
ctnEnumerationType:
|
||||
Result += 'enum';
|
||||
end;
|
||||
end else begin
|
||||
case Node.Desc of
|
||||
|
Loading…
Reference in New Issue
Block a user