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
3a63fef9
Commit
3a63fef9
authored
Jul 28, 1992
by
wlott
Browse files
Moved the (compiler-mumble "~&") from native-compile-component to compile-
component, so it happens when byte compiling also.
parent
62957726
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main.lisp
View file @
3a63fef9
...
...
@@ -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.6
6
1992/07/2
2
2
2:48
:0
8
wlott Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.6
7
1992/07/2
8
2
0:23
:0
2
wlott Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -320,9 +320,6 @@
(
t
(
assem:nuke-segment
*code-segment*
)))))
(
when
*compile-print*
(
compiler-mumble
"~&"
))
;; We are done, so don't bother keeping anything around.
(
clear-ir2-info
component
)
...
...
@@ -362,6 +359,9 @@
(
byte-compile-component
component
)
(
native-compile-component
component
)))
(
when
*compile-print*
(
compiler-mumble
"~&"
))
(
undefined-value
))
...
...
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