Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ansi-test
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Gary Palter
ansi-test
Commits
57371c7e
Commit
57371c7e
authored
May 01, 2005
by
pfdietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make specializers be classes in find-method call
parent
49ac8b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ansi-tests/universe.lsp
ansi-tests/universe.lsp
+2
-2
No files found.
ansi-tests/universe.lsp
View file @
57371c7e
...
...
@@ -468,9 +468,9 @@
(defparameter *methods*
(list
#+(or (not :gcl) :ansi-cl)
#+(or (not :gcl) :ansi-cl
)
(find-method #'meaningless-user-generic-function-for-universe nil
'(integer integer integer
))
(mapcar #'find-class '(integer integer integer)
))
;; Add more methods here
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment