Adriaan van Os wrote:
The GPC manual for PtrInt reads
PtrInt (Under construction.) Synopsis type PtrCard = Integer attribute (Size = BitSizeOf (Pointer)); Description A signed integer type of the same size as a pointer. Conforming to ÂPtrInt is a GNU Pascal extension.
This should obviously be
PtrInt = Integer attribute (Size = BitSizeOf (Pointer));
Thanks.
By the way, I didn't manage to build the html version of the manual, because the entry for 'Index' creates an index.html file, which conflicts with the usual index.html file.
Which version of makeinfo do you have? AFAIR, they changed the file layout. Before I look closer, let's see if it's that.
Frank