chiark
/
gitweb
/
~mdw
/
lisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
171bb40
)
mdw-base.lisp: Fix `inline' proclamation for `ref'.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 21 Oct 2015 23:44:45 +0000
(
00:44
+0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/mdw-base.lisp
b/mdw-base.lisp
index a5b154be79c500cd8267737260f9357f1df213ae..0290ea909ef9f4ce8aa3baa3ae1fb6d8cb52f500 100644
(file)
--- a/
mdw-base.lisp
+++ b/
mdw-base.lisp
@@
-412,7
+412,7
@@
(defmacro locf (place &environment env)
(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."