Copyright (C) 1994, Digital Equipment Corp. INTERFACEM3CLockTrans ; IMPORT M3Context; EXCEPTION NoThread; PROCEDURE Run(c: M3Context.T) RAISES {NoThread};
Perform the LOCK desugaring on all primary source modules in 'c', as defined in the Modula-3 report. If theThread
interface is not found inc
thenNoThread
will be raised.
END M3CLockTrans.