Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
8e6d7adb
Commit
8e6d7adb
authored
Sep 12, 2009
by
Peter Van Eynde
Browse files
Fixed the loop construct again. (Closes: #546205)
parent
4293ec7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
8e6d7adb
...
...
@@ -1376,6 +1376,7 @@ Returns the new tree (which probably shares structure with the old one)"
(
loop
for
data
=
rest
then
(
cddr
data
)
for
key
=
(
and
data
(
first
data
))
for
value
=
(
and
data
(
second
data
))
while
data
when
(
eq
key
keyword
)
do
(
destructuring-bind
(
op
qual
(
o
c
)
&body
body
)
value
(
pushnew
...
...
debian/changelog
View file @
8e6d7adb
cl-asdf (1:20090819-3) unstable; urgency=low
* Fixed the loop construct again. (Closes: #546205)
-- Peter Van Eynde <pvaneynd@debian.org> Sat, 12 Sep 2009 10:08:23 +0100
cl-asdf (1:20090819-2) unstable; urgency=low
* Fix the loop contruct. This makes ecl fail. (Closes: #545768)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment