[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Re: GM2 ISO
From: |
Gaius Mulley |
Subject: |
[Gm2] Re: GM2 ISO |
Date: |
06 May 2003 15:31:32 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Iztok <address@hidden> writes:
> 3. Following fails:
>
> MODULE bits32;
>
> FROM SYSTEM IMPORT BITSET;
>
> TYPE BITS32 = BITSET;
>
> VAR b : BITSET;
> b32 : BITS32;
>
> BEGIN
> b := BITSET{};
> b32 := BITS32{};
> END bits32.
>
Hi Iztok,
thanks again for the multiple bug reports. I've fixed this bug,
I'll upload cvs changes later this evening..
Gaius