P5F.mesa
Copyright
©
1985 by Xerox Corporation. All rights reserved.
Sweet July 24, 1980 10:36 AM
Satterthwaite May 27, 1986 2:14:47 pm PDT
Russ Atkinson (RRA) March 6, 1985 11:05:46 pm PST
DIRECTORY
CodeDefs
USING
[CCIndex, JumpCCIndex, LabelCCIndex];
P5F:
DEFINITIONS
= {
OPEN
CodeDefs;
from CrossJump
CPass5
:
PROC
;
from Final
StartIndex: LabelCCIndex;
EndIndex: CCIndex;
DidSomething:
BOOL
;
UnthreadJump
:
PROC
[c: JumpCCIndex];
UCjump
:
PROC
[c: CCIndex]
RETURNS
[
BOOL
];
}.