gm2
[Top][All Lists]
Advanced

[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: 07 May 2003 22:34:46 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Iztok <address@hidden> writes:

> 1. BITSET should be builtin type as CARDINAL, INTEGER etc. are

fixed in latest CVS (requires -Wiso to activate ISO features)

> 3. Following fails:
> 
> MODULE bits32;
> 
> FROM SYSTEM IMPORT BITSET;
> 
> TYPE BITS32 = BITSET;
> 
> VAR b : BITSET;
>     b32 : BITS32;
> 
> BEGIN
>   b := BITSET{};
>   b32 := BITS32{};
> END bits32.
> 
> #>gm2 -Wiso -c bits32.mod
> bits32.mod:12:expecting a set type BITS32
> 

fixed in latest CVS

Gaius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]