mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +02:00
* fix destructor
git-svn-id: trunk@47980 -
This commit is contained in:
parent
9430436a24
commit
bb8fd96eaa
@ -428,6 +428,7 @@ begin
|
||||
|
||||
if ETypeName[1] = 'f' then Exit(cmtFunction);
|
||||
if ETypeName[1] = 'c' then Exit(cmtConstructor);
|
||||
if ETypeName[1] = 'd' then Exit(cmtDestructor);
|
||||
if ETypeName[1] = 'v' then Exit(cmtVariable);
|
||||
if ETypeName[1] = 'i' then Exit(cmtInterface);
|
||||
// the p's
|
||||
|
Loading…
Reference in New Issue
Block a user