WaterlilyDefs.mesa
Copyright © 1984 by Xerox Corporation. All rights reserved.
Russ Atkinson, December 3, 1984 7:20:52 pm PST
Kolling on February 23, 1983 11:48 am
WaterlilyDefs: DEFINITIONS = BEGIN
SymbolTableEntry:
TYPE =
RECORD[
timesInOldFile, timesInNewFile: INT,
lineNumberInOldFile, lineNumberInNewFile: INT,
posInOldFile, posInNewFile: INT,
rope: Rope.ROPE,
rbLLink, rbRLink: SymbolTableKey,
rbColor: BOOL];
SymbolTableKey: TYPE = REF SymbolTableEntry;
END.
Initial: Kolling: 29-Mar-82 14:52:02: defs file for Waterlily, so we can use RedBlackTree.