[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Problem with defined types
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Problem with defined types |
Date: |
19 Apr 2004 19:41:37 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Waldek Hebisch <address@hidden> writes:
> First, thanks for fixes for previous problems. Now I have another
> problem. The following module:
>
> MODULE ttd;
>
> TYPE tL = RECORD m :INTEGER END;
>
> TYPE tT = tL;
>
> PROCEDURE T ( t: tT):INTEGER;
> BEGIN
> RETURN t.m;
> END T;
>
> BEGIN
> END ttd.
Hi Waldek,
thanks again for posting the bug report, now fixed in CVS..
Gaius