VersionMapExtended.mesa
Copyright
Ó 1990, 1991, 1992 by Xerox Corporation. All rights reserved.
Spreitze, July 10, 1990 12:53 pm PDT
Willie-s, March 13, 1992 4:54 pm PST
DIRECTORY
PFS,
VersionMap;
VersionMapExtended:
CEDAR
DEFINITIONS =
BEGIN
OPEN VersionMap;
GeneralSaveMapToFile:
PROC [map: Map, name:
PFS.
PATH, long:
BOOL];
... saves a map in quickly machine-readable form. If long, writes a 64-bit-version-format file; otherwise, writes a 48-bit-version-format file.
END.