Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Carl Shapiro
cmucl
Commits
80ae2a18
Commit
80ae2a18
authored
34 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Forgot to change the header to contain the version instead of the
code-format now that the code-format doesn't exist.
parent
bd774ddc
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
compiler/dump.lisp
+3
-3
3 additions, 3 deletions
compiler/dump.lisp
with
3 additions
and
3 deletions
compiler/dump.lisp
+
3
−
3
View file @
80ae2a18
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.2
2
1990/10/2
4 01:28:48
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.2
3
1990/10/2
5 20:48:32
wlott Exp $
;;;
;;;
;;; This file contains stuff that knows about dumping FASL files.
;;; This file contains stuff that knows about dumping FASL files.
;;;
;;;
...
@@ -302,11 +302,11 @@
...
@@ -302,11 +302,11 @@
"FASL FILE output from ~A.~@
"FASL FILE output from ~A.~@
Compiled ~A on ~A~@
Compiled ~A on ~A~@
Compiler ~A, Lisp ~A~@
Compiler ~A, Lisp ~A~@
Targeted for ~A, FASL
code format
~D~%"
Targeted for ~A, FASL
version
~D~%"
where
where
(
ext:format-universal-time
nil
(
get-universal-time
))
(
ext:format-universal-time
nil
(
get-universal-time
))
(
machine-instance
)
compiler-version
(
machine-instance
)
compiler-version
(
lisp-implementation-version
)
vm-version
target-fasl-
code-format
)
(
lisp-implementation-version
)
vm-version
target-fasl-
file-version
)
;;
;;
;; Terminate header.
;; Terminate header.
(
dump-byte
255
res
)
(
dump-byte
255
res
)
...
...
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