program TESTPT ( OUTPUT ) ;
//
//$A+ ... enable Assembler output
//
type PT = -> PT ;
var PTEST : PT ;
function LQUEUE ( P : PT ) : INTEGER ;
var L : INTEGER ;
begin (* LQUEUE *)
L := 0
imagine a linked list.. with nothing but the pointers.. lol
On 4/22/2018 1:05 PM, Jonas Maebe wrote:
On 22/04/18 17:00, Mattias Gaertner wrote:
Is this a bug or a feature:
type
Pint = ^int;
int = PInt;
?
It's a bug.
Jonas
___
fpc-pascal
On 22/04/18 17:00, Mattias Gaertner wrote:
Is this a bug or a feature:
type
Pint = ^int;
int = PInt;
?
It's a bug.
Jonas
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pa
On Sun, 22 Apr 2018 17:00:35 +0200
Mattias Gaertner wrote:
> Hi,
>
> Is this a bug or a feature:
>
> type
> Pint = ^int;
> int = PInt;
>
> ?
Note that Delphi gives error "Type 'PInt' is not yet completely
defined".
Mattias
___
fpc-pascal mailli
Hi,
Is this a bug or a feature:
type
Pint = ^int;
int = PInt;
?
Mattias
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal