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
ecl
ecl
Commits
ab8b1506
Commit
ab8b1506
authored
May 21, 2011
by
Juan Jose Garcia Ripoll
Browse files
Small hack to allow cmpct.lsp be compiled by the bytecodes compiler.
parent
ecc74901
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cmp/cmpct.lsp
View file @
ab8b1506
...
...
@@ -107,7 +107,9 @@
(#.(coerce -0.0 'single-float) "cl_core.singlefloat_minus_zero")
(#.(coerce -0.0 'double-float) "cl_core.doublefloat_minus_zero")
(#.(si::standard-readtable) "cl_core.standard_readtable")
;; We temporarily remove this constant, because the bytecodes compiler
;; does not know how to externalize it.
;;(#.(si::standard-readtable) "cl_core.standard_readtable")
(#.(find-package :cl) "cl_core.lisp_package")
(#.(find-package :cl-user) "cl_core.user_package")
...
...
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