mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
Fixed typo in cmptables.lsp
This commit is contained in:
parent
243a3bf233
commit
fb9f017973
1 changed files with 2 additions and 2 deletions
|
|
@ -220,7 +220,7 @@
|
|||
(go . p1go)
|
||||
(unwind-protect . p1unwind-protect)
|
||||
(ordinary . p1ordinary)
|
||||
(si::fset . p1fset)
|
||||
(sys::fset . p1fset)
|
||||
(var . p1var)
|
||||
(values . p1values)
|
||||
(location . p1trivial) ;; Some of these can be improved
|
||||
|
|
@ -230,7 +230,7 @@
|
|||
(load-time-value . p1trivial)
|
||||
(c::with-stack . p1with-stack)
|
||||
(c::stack-push-values . p1stack-push-values)
|
||||
(c::structure-set . p1structure-set)
|
||||
(sys::structure-set . p1structure-set)
|
||||
))
|
||||
|
||||
(defun make-dispatch-table (alist)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue