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
d1d62e6e
Commit
d1d62e6e
authored
Sep 02, 1993
by
ram
Browse files
Fix declaration syntax.
parent
c799e812
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/disassem.lisp
View file @
d1d62e6e
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.2
3
1993/09/0
1
1
0:00:47
ram Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.2
4
1993/09/0
2
1
5:48:04
ram Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -985,7 +985,7 @@
(
type
instruction
inst
)
(
type
stream
stream
)
(
type
disassem-state
dstate
)
#+
small
(
declare
(
optimize
(
speed
0
)
(
safety
0
)
(
debug
0
)))
)
#+
small
(
optimize
(
speed
0
)
(
safety
0
)
(
debug
0
)))
(
macrolet
((
local-format-arg
(
arg
fmt
)
`
(
funcall
(
formatter
,
fmt
)
stream
,
arg
)))
...
...
@@ -1224,7 +1224,7 @@
(
type
dchunk
chunk
)
(
type
disassem-state
dstate
)
#+
small
(
declare
(
optimize
(
speed
0
)
(
safety
0
)
(
debug
0
)))
)
(
optimize
(
speed
0
)
(
safety
0
)
(
debug
0
)))
(
flet
((
local-filtered-value
(
offset
)
(
declare
(
type
filtered-value-index
offset
))
(
aref
(
dstate-filtered-values
dstate
)
offset
))
...
...
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