GNU Pascal Homepage - gpc - gpc-announce - gpc-de - gpc-doc
Diese Seite auf deutsch

Mail #13496

Back to main page of archive

Previous mail   Next mail   Unformatted/full headers
Overview  10 days   Subject   Date   Thread   Author  

From: Maurice Lombardi
Subject: New (gpc-20060325)
Date: 29 Mar 2006, 11:03:23



Adriaan van Os a écrit:

> The problem disappears when I change
> 
>     type PMemList = ^PMemList;
> 
> to
> 
>     type PMemList = ^Pointer;
> 
> in the function MemAvail in units/system.pas. I think that explains  it. 
> Apparently the stabs symbol generator doesn't like the
> 
>     type PMemList = ^PMemList

Indeed. What does this mean: a type is a pointer to himself

In a rather old version of gpc I found

type
   PMemList = ^TMemList;
   TMemList = record
     Next : PMemList
   end;

Which makes sense for me.
But this change has survived for many versions.

Maurice

Previous mail   Next mail   Unformatted/full headers
Overview  10 days   Subject   Date   Thread   Author  


Replies

Author Subject Date
Frank Heckenbach New (gpc-20060325) 1 Apr 2006, 23:01:30
Maurice Lombardi New (gpc-20060325) 3 Apr 2006, 10:47:00

In reply to

Author Subject Date
Adriaan van Os New (gpc-20060325) 29 Mar 2006, 12:19:00

Back to main page of archive


Note: This page contains information that does not originate from the owner of this web site, but from the authors of the mails archived. The owner of this web site is not responsible for the content of such information. Any use of that infomation requires the consent of the respective author.

Where WWW addresses (URLs) in the mails archived are marked as hyperlinks, this is only for the comfort of the reader. The content of the web pages linked to like this does not necessarily reflect the opinion of the owner of this web site or of the authors of the mails archived. The owner of this web site is not responsible for the content of such web pages. Those pages are explicitly not to be considered as part of the content of this page, but merely as references.


This page was created by Crystal 0.999 (Linux 2.4.27/i686).