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
cmucl
cmucl
Commits
a25acd18
Commit
a25acd18
authored
Aug 03, 1993
by
ram
Browse files
fix stuff.
parent
75f48229
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main.lisp
View file @
a25acd18
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.9
3
1993/08/03 1
0
:5
5
:1
2
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.9
4
1993/08/03 1
2
:5
8
:1
3
ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -661,7 +661,7 @@
(
declare
(
list
files
))
(
let
((
file-info
(
mapcar
#'
(
lambda
(
x
)
(
make-file-info
:name
(
namestring
(
truename
x
)
)
(
make-file-info
:name
(
truename
x
)
:untruename
x
:write-date
(
file-write-date
x
)
:language
...
...
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