[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in Low.lisp



    Date: Thu, 8 Dec 88 17:29:43 EST
    From: Arun Welch <welch@cis.ohio-state.edu>

    The last lines in Low.lisp are:

    (defun record-definition (type spec &rest args)
      (declare ignore type spec args))
      ())

On arisia, low.lisp already reads correctly.  Perhaps there was a file
transfer error to your site or something like that.

    and in fact, should the whole thing be there at all? Grepping the
    sources turns it up in a couple of the other -low files, is it just a
    place-holder (albeit mis-defined)?

Some xxx-low files don't have definitions of this function.  In those
cases, the definition in low.lisp is used.  This is the case with many
of the other definitions in low.lisp as well.
-------