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
Hugo Ishimaru
asdf
Commits
013217db
Commit
013217db
authored
22 years ago
by
Kevin Rosenberg
Browse files
Options
Downloads
Patches
Plain Diff
minor code cleanup
parent
3c6ae4bf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
asdf.lisp
+2
-7
2 additions, 7 deletions
asdf.lisp
with
2 additions
and
7 deletions
asdf.lisp
+
2
−
7
View file @
013217db
;;; This is asdf: Another System Definition Facility. $Revision: 1.5
3
$
;;; This is asdf: Another System Definition Facility. $Revision: 1.5
4
$
;;;
;;;
;;; Feedback, bug reports, and patches are all welcome: please mail to
;;; Feedback, bug reports, and patches are all welcome: please mail to
;;; <cclan-list@lists.sf.net>. But note first that the canonical
;;; <cclan-list@lists.sf.net>. But note first that the canonical
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
(
in-package
#:asdf
)
(
in-package
#:asdf
)
;;; parse the cvs revision into something that might be vaguely useful.
;;; parse the cvs revision into something that might be vaguely useful.
(
defvar
*asdf-revision*
(
let*
((
v
"$Revision: 1.5
3
$"
)
(
defvar
*asdf-revision*
(
let*
((
v
"$Revision: 1.5
4
$"
)
(
colon
(
position
#\:
v
))
(
colon
(
position
#\:
v
))
(
dot
(
position
#\.
v
)))
(
dot
(
position
#\.
v
)))
(
and
v
colon
dot
(
and
v
colon
dot
...
@@ -616,11 +616,6 @@ system."))
...
@@ -616,11 +616,6 @@ system."))
(
format
*trace-output*
"~&;;; ~A on ~A~%"
(
format
*trace-output*
"~&;;; ~A on ~A~%"
operation
component
))
operation
component
))
(
defmethod
output-files
((
operation
operation
)
(
c
component
))
(
sysdef-error
"Required method OUTPUT-FILES not implemented for operation ~A, component ~A"
(
class-of
operation
)
(
class-of
c
)))
;;; compile-op
;;; compile-op
(
defclass
compile-op
(
operation
)
(
defclass
compile-op
(
operation
)
...
...
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