Skip to content

Commit

Permalink
Fix CL compiler macro definitions in clasp-cleavir
Browse files Browse the repository at this point in the history
  • Loading branch information
Bike committed Aug 19, 2024
1 parent 1991a21 commit 0e16f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lisp/kernel/cleavir/packages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
#:inline-ast
)
(:export #:primop-rtype-info)
;; for describe-compiler-policy
(:implement #:ext))
;; for ext:describe-compiler-policy, CL compiler macros
(:implement #:ext #:cl))

(defpackage #:clasp-cleavir-ast
(:nicknames #:cc-ast)
Expand Down

0 comments on commit 0e16f9e

Please sign in to comment.