gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gm2] GM2 ISO - more on bitsets


From: Iztok
Subject: [Gm2] GM2 ISO - more on bitsets
Date: Wed, 07 May 2003 14:48:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903

DEFINITION MODULE bits32y1;

FROM SYSTEM IMPORT BITSET;

TYPE BITSET32 = BITSET;
    BITS32 = BITSET32;

END bits32y1.


MODULE bits32y2;

FROM bits32y1 IMPORT BITS32;

VAR b32 : BITS32;

BEGIN
 b32 := BITS32{};
END bits32y2.


> gm2 -Wiso -c -I. bits32y2.mod
bits32y2.mod:8:expecting a set type BITS32


This one apparently causes troubles only for sets.

I.




reply via email to

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