Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2003-08-27 12:38:57 -0700 (Wed, 27 Aug 2003)
Revision: 4883
Log message:
- Removed (using the util/clean-opens script) approx. 2400 unneeded "open"
statements. This will hopefully reduce the dependency tree size, reduce
the dependency analysis time during compilation and possibly speed up
some partial compilations.
- Removed a number of blank lines (MetaPRL policy is to try not to have more
than one blank line in a row)
- A few minor changes to better disambiguate cases where two modules declare
a type with the same name and both modules are opened.