Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
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
Container Registry
Model registry
Operate
Environments
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
Jan Moringen
asdf
Commits
5e21bb43
Commit
5e21bb43
authored
11 years ago
by
Robert P. Goldman
Browse files
Options
Downloads
Patches
Plain Diff
Added some more superclasses, as needed for check.
parent
a6b4786a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bundle.lisp
+1
-1
1 addition, 1 deletion
bundle.lisp
concatenate-source.lisp
+1
-1
1 addition, 1 deletion
concatenate-source.lisp
with
2 additions
and
2 deletions
bundle.lisp
+
1
−
1
View file @
5e21bb43
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
(
:documentation
#+
(
or
ecl
mkcl
)
"compile the system and produce linkable (.a) library for it."
(
:documentation
#+
(
or
ecl
mkcl
)
"compile the system and produce linkable (.a) library for it."
#-
(
or
ecl
mkcl
)
"just compile the system"
))
#-
(
or
ecl
mkcl
)
"just compile the system"
))
(
defclass
dll-op
(
bundle-compile-op
no-ld-flags-op
)
(
defclass
dll-op
(
bundle-compile-op
no-ld-flags-op
non-propagating-operation
)
((
bundle-type
:initform
:dll
))
((
bundle-type
:initform
:dll
))
(
:documentation
"compile the system and produce dynamic (.so/.dll) library for it."
))
(
:documentation
"compile the system and produce dynamic (.so/.dll) library for it."
))
...
...
This diff is collapsed.
Click to expand it.
concatenate-source.lisp
+
1
−
1
View file @
5e21bb43
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
(
defclass
basic-compile-concatenated-source-op
(
basic-compile-op
selfward-operation
)
())
(
defclass
basic-compile-concatenated-source-op
(
basic-compile-op
selfward-operation
)
())
(
defclass
basic-load-compiled-concatenated-source-op
(
basic-load-op
selfward-operation
)
())
(
defclass
basic-load-compiled-concatenated-source-op
(
basic-load-op
selfward-operation
)
())
(
defclass
concatenate-source-op
(
basic-concatenate-source-op
)
())
(
defclass
concatenate-source-op
(
basic-concatenate-source-op
non-propagating-operation
)
())
(
defclass
load-concatenated-source-op
(
basic-load-concatenated-source-op
)
(
defclass
load-concatenated-source-op
(
basic-load-concatenated-source-op
)
((
selfward-operation
:initform
'
(
prepare-op
concatenate-source-op
)
:allocation
:class
)))
((
selfward-operation
:initform
'
(
prepare-op
concatenate-source-op
)
:allocation
:class
)))
(
defclass
compile-concatenated-source-op
(
basic-compile-concatenated-source-op
)
(
defclass
compile-concatenated-source-op
(
basic-compile-concatenated-source-op
)
...
...
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