@@ -1587,13 +1587,12 @@ type
dispose(pnormalset(value.valueptr));
constguid :
dispose(pguid(value.valueptr));
+ constnil,
constpointer,
constord,
{ error values }
constnone:
;
- else
- internalerror(2013112802);
end;
inherited destroy;
@@ -11,6 +11,11 @@ const
{$MESSAGE 'ACONSTANT is not equal to b'}
{$endif}
+const
+ ptr = nil;
+
+{$if ptr <> pointer(5)}
+{$endif}
type
PRECORD = ^TRECORD;