In my current tests I found empty classes (no members listed), e.g. Classes.TFPList. The Declaration shows:

  Source position: classesh.inc line 170
  type TFPList = class end;

This line reads in the source code as
  TFPList = class;
with the declaration following in line 188 ff.
  TFPList = class(TObject)
  ...

What's wrong?

DoDi

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to