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
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jan Moringen
asdf
Commits
5e21bb43
Commit
5e21bb43
authored
Jan 21, 2014
by
Robert P. Goldman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some more superclasses, as needed for check.
parent
a6b4786a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bundle.lisp
bundle.lisp
+1
-1
concatenate-source.lisp
concatenate-source.lisp
+1
-1
No files found.
bundle.lisp
View file @
5e21bb43
...
...
@@ -56,7 +56,7 @@
(
:documentation
#+
(
or
ecl
mkcl
)
"compile the system and produce linkable (.a) library for it."
#-
(
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
))
(
:documentation
"compile the system and produce dynamic (.so/.dll) library for it."
))
...
...
concatenate-source.lisp
View file @
5e21bb43
...
...
@@ -28,7 +28,7 @@
(
defclass
basic-compile-concatenated-source-op
(
basic-compile-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
)
((
selfward-operation
:initform
'
(
prepare-op
concatenate-source-op
)
:allocation
:class
)))
(
defclass
compile-concatenated-source-op
(
basic-compile-concatenated-source-op
)
...
...
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