mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:29:26 +02:00
* publishing of publishable classes fixed
This commit is contained in:
parent
f86c568373
commit
43ece4c2b7
@ -4826,6 +4826,8 @@ implementation
|
||||
case tsym(sym).typ of
|
||||
propertysym:
|
||||
tstoreddef(tpropertysym(sym).proptype.def).get_rtti_label(fullrtti);
|
||||
varsym:
|
||||
tstoreddef(tvarsym(sym).vartype.def).get_rtti_label(fullrtti);
|
||||
else
|
||||
internalerror(1509991);
|
||||
end;
|
||||
@ -5504,7 +5506,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.60 2001-12-06 17:57:39 florian
|
||||
Revision 1.61 2001-12-19 09:34:51 florian
|
||||
* publishing of publishable classes fixed
|
||||
|
||||
Revision 1.60 2001/12/06 17:57:39 florian
|
||||
+ parasym to tparaitem added
|
||||
|
||||
Revision 1.59 2001/12/03 21:48:42 peter
|
||||
|
Loading…
Reference in New Issue
Block a user