CDMark.mesa (part of ChipNDale)
Copyright © 1983, 1984 by Xerox Corporation. All rights reserved.
by Christian Jacobi November 17, 1983 1:45 pm
last edited by Christian Jacobi May 29, 1985 11:40:25 am PDT
DIRECTORY
CD USING [Position, Design];
CDMark: CEDAR DEFINITIONS =
BEGIN
GetMark: PROC [design: CD.Design] RETURNS [CD.Position];
--returns always some position, even if there is no mark
SetMark: PROC [design: CD.Design, pos: CD.Position];
END.
--This Module is temporary; if Marks will work properly and integrated,
--Mark will be exported elsewhere