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
d1aa4c47
Commit
d1aa4c47
authored
Sep 07, 1992
by
ram
Browse files
Deleted REF-INLINEP initialization.
parent
82e3ca56
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/alloc.lisp
View file @
d1aa4c47
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alloc.lisp,v 1.
9
1992/0
8
/0
3 08:18:29 wlott
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alloc.lisp,v 1.
10
1992/0
9
/0
7 15:33:08 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -146,13 +146,12 @@
((
setf
(
block-component
structure
)
*current-component*
)
(
setf
(
block-start
structure
)
start
)))
((
ref
(
derived-type
leaf
inlinep
))
node-source-path
((
ref
(
derived-type
leaf
))
node-source-path
((
node-deinits
)
(
setf
(
ref-leaf
structure
)
*undefined*
))
((
node-inits
)
(
setf
(
node-derived-type
structure
)
derived-type
)
(
setf
(
ref-leaf
structure
)
leaf
)
(
setf
(
ref-inlinep
structure
)
inlinep
)))
(
setf
(
ref-leaf
structure
)
leaf
)))
((
combination
(
fun
))
node-source-path
((
node-deinits
)
...
...
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