|
@@ -1822,10 +1822,7 @@ implementation
|
|
|
classes are allowed }
|
|
|
if (variantrecordlevel>0) then
|
|
|
if is_managed_type(hdef) then
|
|
|
- Message(parser_e_cant_use_inittable_here)
|
|
|
- else
|
|
|
- if hdef.typ=undefineddef then
|
|
|
- Message(parser_e_cant_use_type_parameters_here);
|
|
|
+ Message(parser_e_cant_use_inittable_here);
|
|
|
|
|
|
{ try to parse the hint directives }
|
|
|
hintsymoptions:=[];
|