mdw-base.lisp: Fix `inline' proclamation for `ref'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 21 Oct 2015 23:44:45 +0000 (00:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 21 Oct 2015 23:46:55 +0000 (00:46 +0100)
This function must have had a different name during development, and the
proclamation just got missed.

mdw-base.lisp

index a5b154b..0290ea9 100644 (file)
        (make-loc (lambda () ,getform)
                 (lambda (,@newtmps) ,setform)))))
 
        (make-loc (lambda () ,getform)
                 (lambda (,@newtmps) ,setform)))))
 
-(declaim (inline loc (setf loc)))
+(declaim (inline ref (setf ref)))
 
 (defun ref (loc)
   "Fetch the value referred to by a locative."
 
 (defun ref (loc)
   "Fetch the value referred to by a locative."