cvs commit: hugs98/src connect.h hugs.c input.c server.c type.c
Ross Paterson
ross@soi.city.ac.uk
Mon, 30 Sep 2002 17:41:50 +0100
On Sun, Sep 29, 2002 at 09:44:33PM -0700, Sigbjorn Finne wrote:
> sof 2002/09/29 21:44:33 PDT
>
> Modified files:
> src connect.h hugs.c input.c server.c type.c
> Log:
> Tidy up how the Prelude is initially loaded. By separating
> the processing of options and scripts on the command-line
> in hugs.c:initialize(), the Prelude implementation may now
> be divvied up quite freely across N modules (not that I
> advocate doing so, but no good reason the internals
> shouldn't permit such an organisation.)
Glad to see the cleanup (but I'm not going to rush to take advantage of it).
It seems to have make runhugs and ffihugs noisier, though.