Skip to content
Snippets Groups Projects
Commit 2292400e authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix typo. double-double-float is in the kernel package

parent 62c5f3e9
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
#+double-double
(assert-equalp (c::specifier-type '(integer -1073 1024))
(c::decode-float-exp-derive-type-aux
(c::specifier-type 'double-double-float)))
(c::specifier-type 'kernel:double-double-float)))
(assert-equalp (c::specifier-type '(integer 2 8))
(c::decode-float-exp-derive-type-aux
(c::specifier-type '(double-float 2d0 128d0)))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment