Skip to content
Snippets Groups Projects
Commit a2226853 authored by ram's avatar ram
Browse files

This commit was generated by cvs2svn to compensate for changes in r3312,

which included commits to RCS files with non-trunk default branches.
parents a3e87374 ba219090
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,13 @@
(:big)
(:little (pushnew :clx-little-endian *features*))))
#+cmu
(eval-when (compile eval load)
(ecase #.(c:backend-byte-order c:*backend*)
(:big-endian)
(:little-endian (pushnew :clx-little-endian *features*))))
;;; Steele's Common-Lisp states: "It is an error if the array specified
;;; as the :displaced-to argument does not have the same :element-type
;;; as the array being created" If this is the case on your lisp, then
......
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