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
decd1371
Commit
decd1371
authored
May 12, 1993
by
ram
Browse files
byte-compile always returns nil if :byte-compile nil is specified.
parent
a6a5ef54
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main.lisp
View file @
decd1371
...
...
@@ -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.8
3
1993/05/12 11:2
2:48
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.8
4
1993/05/12 11:2
6:35
ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -355,7 +355,7 @@
(
defun
byte-compiling
()
(
if
(
eq
*byte-compiling*
:maybe
)
(
policy
nil
(
zerop
speed
)
(
<=
debug
1
))
*byte-compiling*
))
(
and
*byte-compile*
*byte-compiling*
))
)
;;; COMPILE-COMPONENT -- internal.
...
...
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