commit | 9c90105cb000dbda5dead81732322a27b62319bb | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Tue May 08 04:12:34 2001 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Tue May 08 04:12:34 2001 +0000 |
tree | 13ae32fe8c0cb935fbbcedd7175e0c3ae0c769d2 | |
parent | 4c889011db22df761709ac8f9bc246bf4931e9c4 [diff] |
Several small changes. Mostly reformatting, adding parens. Check for free in class and method only if nested scopes are enabled. Add assertion to verify that no free variables occur when nested scopes are disabled. XXX When should nested scopes by made non-optional on the trunk?