* boot-9.scm (app, %app): Renamed former to the latter.
authorMarius Vollmer <mvo@zagadka.de>
Wed, 1 Dec 2004 00:02:24 +0000 (00:02 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 1 Dec 2004 00:02:24 +0000 (00:02 +0000)
commitac5d303b6ce7db61a8bd5af3ec0299118e6a7843
tree1f73368d7c9267c0f810bc19d8279101afe05dca
parent446d320c8ecc842d839222dbb5fe3f06640cd46f
* boot-9.scm (app, %app): Renamed former to the latter.
Previously, 'app' was reserved in every module.  Now '%app' is
reserved, which is slightly better.  The real fix is to not use
'local-ref' etc to find modules.  Changed all uses.
* syncase.scm: Changed 'app' to '%app'.
ice-9/boot-9.scm
ice-9/syncase.scm