[net.micro.mac] Modula-2 SetEventMask

tlim@yetti.UUCP (Terry Lim) (04/19/85)

Modula Corp's MacModula-2 compiler for the Macintosh seems to compile
the SetEventMask call without choking implying an intact .SYM file.
However, at run-time, an address exception (ID=02) occurs at just that
point, implying either a buggy .REL file (EventManager.REL) or, worse,
a defective M-code interpreter.  We have to adjust the global event
mask so that keyUp events get posted to the event queue, but are being
thwarted by this bug which occurs no matter what mask is passed as an
argument.  Anyone else run into this one?

Terry Lim
...!utzoo!yetti!tlim