mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 11:46:04 +02:00
* make sure the stabs for procvardef.rettype is written
git-svn-id: trunk@1282 -
This commit is contained in:
parent
a415d5511e
commit
24a2153187
@ -828,6 +828,7 @@ implementation
|
||||
insertdef(list,tpointerdef(def).pointertype.def);
|
||||
setdef :
|
||||
insertdef(list,tsetdef(def).elementtype.def);
|
||||
procvardef,
|
||||
procdef :
|
||||
insertdef(list,tprocdef(def).rettype.def);
|
||||
arraydef :
|
||||
|
Loading…
Reference in New Issue
Block a user