Skip to content

Commit

Permalink
Fix miscopied (setf inline) definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Bike committed Sep 12, 2024
1 parent d41c8b9 commit 67693e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Basic/basic.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
(if (null entry)
nil
(inline-data entry))))
(defmethod (setf sys:operator-inline) (new client (env basic-environment) name)
(defmethod (setf sys:operator-inline-data) (new client (env basic-environment) name)
(setf (inline-data (ensure-operator-entry client name env)) new))

(defmethod sys:operator-ftype (client (env basic-environment) name)
Expand Down

0 comments on commit 67693e6

Please sign in to comment.