Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
8b6e1f2d
Commit
8b6e1f2d
authored
Mar 16, 2003
by
Daniel Barlow
Browse files
*asdf-revision changes to work with cvs co -kv option
parent
46fbe6c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
asdf.lisp
View file @
8b6e1f2d
;;; This is asdf: Another System Definition Facility. $Revision: 1.6
4
$
;;; This is asdf: Another System Definition Facility. $Revision: 1.6
5
$
;;;
;;; Feedback, bug reports, and patches are all welcome: please mail to
;;; <cclan-list@lists.sf.net>. But note first that the canonical
...
...
@@ -88,8 +88,8 @@
(
in-package
#:asdf
)
(
defvar
*asdf-revision*
(
let*
((
v
"$Revision: 1.6
4
$"
)
(
colon
(
position
#\:
v
))
(
defvar
*asdf-revision*
(
let*
((
v
"$Revision: 1.6
5
$"
)
(
colon
(
or
(
position
#\:
v
)
-1
)
)
(
dot
(
position
#\.
v
)))
(
and
v
colon
dot
(
list
(
parse-integer
v
:start
(
1+
colon
)
...
...
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