Skip to content

Commit

Permalink
Remove symbols from export list which were not used for years (since
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramarren committed Jan 4, 2010
1 parent 24d3207 commit 5e2a14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defpackage.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
#:class-direct-subclasses
)
(:export #:cell #:.md-name
#:c-input #:c-in #:c-in8
#:c-formula #:c? #:c_? #:c?8 #:c?_ #:c??
#:c-input #:c-in
#:c-formula #:c? #:c_? #:c?_ #:c??
#:with-integrity #:without-c-dependency #:self #:*parent*
#:.cache #:.with-c-cache #:c-lambda
#:defmodel #:defmd #:defobserver #:slot-value-observe #:def-c-unchanged-test
Expand Down

0 comments on commit 5e2a14a

Please sign in to comment.