[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Another bug report, procedure variable comparison to procedure va
From: |
Dragiša Durić |
Subject: |
[Gm2] Another bug report, procedure variable comparison to procedure value |
Date: |
Sun, 25 Jul 2010 15:50:17 +0200 |
gm2 -I. -fiso -c TestCase3.mod
TestCase3.mod: In function ‘_M2_TestCase3_init’:
TestCase3.mod:9: error: invalid operands to binary !=
==========================
MODULE TestCase3;
PROCEDURE Quit;
BEGIN
END Quit;
VAR
Job: PROC;
BEGIN
REPEAT
Job := Quit;
UNTIL Job = Quit;
END TestCase3.
--
Dragiša Durić <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gm2] Another bug report, procedure variable comparison to procedure value,
Dragiša Durić <=