[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2 errors
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] gm2 errors |
Date: |
Sun, 02 Feb 2003 21:29:48 +0000 |
Hi Iztok,
many thanks for spotting this. I guess I need to add ChanConsts.mod to the
regression set..
here is the patch to fix gm2/gm2-compiler/M2GenGCC.mod
83c83
< IsValueTypeReal,
---
> IsValueTypeReal, IsValueTypeSet,
1340a1341,1343
> ELSIF IsValueTypeSet()
> THEN
> AddModGcc(operand1, PopSetTree(tokenno))
Gaius