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
abcl
abcl
Commits
c2fbd9fd
Commit
c2fbd9fd
authored
Oct 21, 2011
by
ehuelsmann@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Fix IRONCLAD compilation.
parent
0b029448
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/armedbear/lisp/dump-form.lisp
View file @
c2fbd9fd
...
...
@@ -121,7 +121,7 @@
(
t
(
unless
*prevent-fasl-circle-detection*
(
assert
(
or
(
eq
index
t
)
(
fixnum
p
object
))))))))
(
integer
p
object
))))))))
;; strictly this should be 'long'
(
declaim
(
ftype
(
function
(
cons
stream
)
t
)
dump-cons
))
(
defun
dump-cons
(
object
stream
)
...
...
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