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
Tarn Burton
asdf
Commits
9d819a5f
Commit
9d819a5f
authored
May 16, 2021
by
Robert Goldman
Browse files
Fix rebase error.
Kept part of the `defun*` for `parse-component-form` in rebase.
parent
27aebe81
Changes
1
Hide whitespace changes
Inline
Side-by-side
parse-defsystem.lisp
View file @
9d819a5f
...
...
@@ -298,7 +298,7 @@ children."))
(
append
s1
(
remove-if
#'
(
lambda
(
e2
)
(
member
(
funcall
key
e2
)
(
funcall
key
s1
)
:test
test
))
s2
)))
(
defun
(
parse-component-form
)
(
parent
options
&key
previous-serial-components
)
(
defun
parse-component-form
(
parent
options
&key
previous-serial-components
)
(
destructuring-bind
(
type
name
&rest
rest
&key
(
builtin-system-p
()
bspp
)
...
...
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