From da02794cc4f0b9131d6c0067c1a1a3e90f15d64e Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 8 Apr 1990 22:34:13 +0000 Subject: [PATCH] Brought up to date w.r.t. trunk. --- compiler/old-rt/parms.lisp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/compiler/old-rt/parms.lisp b/compiler/old-rt/parms.lisp index 2aa395e1b..86b5178c6 100644 --- a/compiler/old-rt/parms.lisp +++ b/compiler/old-rt/parms.lisp @@ -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) -- GitLab