Move command-line-processing code from (RUNTIME SAVE/RESTORE) package
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 3 May 1991 17:54:29 +0000 (17:54 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Fri, 3 May 1991 17:54:29 +0000 (17:54 +0000)
commita4ce6357311d9ced29471757dca86a805fe91c82
treebdfff03e71c32f7b1c4d71d519b10cdf75b4b11d
parente2a562121368fbcb1d52114f5a4f22a7bbccc7d8
Move command-line-processing code from (RUNTIME SAVE/RESTORE) package
to (RUNTIME LOAD) package.  Change INITIALIZE-PACKAGE! so that Scheme
initialization file is loaded before command line is processed.  This
allows initialization file to add command-line options.
v7/src/runtime/load.scm
v7/src/runtime/savres.scm
v8/src/runtime/load.scm