Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
80f93fe8
Commit
80f93fe8
authored
33 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Merged Simon Leinen's fix to generic-function-type-from-lambda-list which makes
it work for &allow-other-keys.
parent
793c3054
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pcl/cmu-low.lisp
+4
-4
4 additions, 4 deletions
pcl/cmu-low.lisp
with
4 additions
and
4 deletions
pcl/cmu-low.lisp
+
4
−
4
View file @
80f93fe8
...
...
@@ -124,11 +124,11 @@
,@
(
when
(
or
(
and
old-ftype
(
function-type-keyp
old-ftype
))
keyp
)
'
(
&key
))
,@
(
when
(
or
(
and
old-ftype
(
function-type-allowp
old-ftype
))
allowp
)
'
(
&allow-other-keys
))
,@
(
mapcar
#'
(
lambda
(
name
)
`
(
,
name
t
))
(
union
old-keys
(
mapcar
#'
keyword-spec-name
keys
))))
(
mapcar
#'
keyword-spec-name
keys
)))
,@
(
when
(
or
(
and
old-ftype
(
function-type-allowp
old-ftype
))
allowp
)
'
(
&allow-other-keys
)))
*
))))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment