Well, I must have checked out at a bad moment since Linux+gcc 2.95.2
is not faring much better:

make test_prog|&head
cc -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I..    -c -o interpreter.o interpreter.c
interpreter.c: In function `make_interpreter':
interpreter.c:97: `end' undeclared (first use in this function)
interpreter.c:97: (Each undeclared identifier is reported only once
interpreter.c:97: for each function it appears in.)
interpreter.c:97: `set_i_ic' undeclared (first use in this function)
interpreter.c:97: `set_i' undeclared (first use in this function)
interpreter.c:97: `add_i' undeclared (first use in this function)
interpreter.c:97: `sub_i' undeclared (first use in this function)
interpreter.c:97: `mul_i' undeclared (first use in this function)
...

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to