AbbrevExpandExtras.mesa
Copyright
© 1986 by Xerox Corporation. All rights reserved.
Michael Plass, May 1, 1986 11:55:32 am PDT
AbbrevExpandExtras:
CEDAR
DEFINITIONS
=
BEGIN
Validate:
PROC [name:
ATOM]
RETURNS [changed:
BOOL ←
FALSE];
Checks for a new name—file binding, and reloads if necessary
name should be a lower-case atom
Returns
TRUE if the reload happened
ValidateAll:
PROC
RETURNS [changed:
BOOL ←
FALSE];
Checks for any new name—file bindings, and reloads as required
END.