Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asdf-dependency-grovel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xcvb
asdf-dependency-grovel
Commits
3e8d5788
Commit
3e8d5788
authored
Oct 02, 2009
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make that loop work with SBCL, too.
parent
13cda919
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
handlers/00-standard-handlers.lisp
handlers/00-standard-handlers.lisp
+3
-2
No files found.
handlers/00-standard-handlers.lisp
View file @
3e8d5788
...
...
@@ -275,8 +275,9 @@
(
concatenate
'string
prefix
slot-name-str
)))
(
intern
accessor-name-str
))
;; Provide this accessor.
:do
(
signal-provider
accessor-name
'defun
)
slot-init-value
; ignore
:do
(
progn
slot-init-value
; ignore
(
signal-provider
accessor-name
'defun
))
;; Generate instrumentation for the accessor.
:collect
(
let
((
temp
(
gensym
)))
`
(
let
((
,
temp
(
function
,
accessor-name
)))
...
...
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