diff options
Diffstat (limited to 'classattributes/compiler/pdecobj.pas')
-rw-r--r-- | classattributes/compiler/pdecobj.pas | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/classattributes/compiler/pdecobj.pas b/classattributes/compiler/pdecobj.pas index 2268a3e5e0..f3be881722 100644 --- a/classattributes/compiler/pdecobj.pas +++ b/classattributes/compiler/pdecobj.pas @@ -1227,7 +1227,10 @@ implementation end; _LECKKLAMMER: begin - parse_rttiattributes(current_rttiattributesdef); + if m_prefixed_attributes in current_settings.modeswitches then + parse_rttiattributes(current_rttiattributesdef) + else + consume(_ID); end; _END : begin |