$ oo2c --version
oo2c/gcc 2.1.11
$ cat src/Test.Mod
MODULE Test;
VAR c: LONGREAL;
BEGIN
c := MAX(LONGREAL) * 2
END Test.
$ oo2c -M Test
obj/Test.c: In function ‘OOC_Test_init’:
obj/Test.c:7: error: ‘INF’ undeclared (first use in this function)
obj/Test.c:7: error: (Each undeclared identifier is reported only once
obj/Test.c:7: error: for each function it appears in.)
August
|