Skip to content

Commit

Permalink
Make CBAE:CLIENT a superclass.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Sep 17, 2024
1 parent 1a5d352 commit 11279dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/New-boot/Shared/client.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
(defclass client (cb:macro-transforming-client
eclector.concrete-syntax-tree:cst-client
maclina.vm-cross:client
parcl-low-class:client)
parcl-low-class:client
cbae:client)
((%environment :initarg :environment :reader environment)))

0 comments on commit 11279dc

Please sign in to comment.