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

Brought up to date w.r.t. trunk.

parent b8b0954e
No related branches found
No related tags found
No related merge requests found
......@@ -60,4 +60,13 @@
(defparameter vm-version "IBM RT PC/Mach 0.0")
;;; The byte ordering of the target implementation.
;;;
(defparameter target-byte-order :big-endian)
;;;
;;; The native byte ordering (should come from somewhere else once
;;; bootstrapped.)
(defconstant native-byte-order :big-endian)
); Eval-When (Compile Load Eval)
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