X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fbackend.lisp;h=f68dffbd2355cfddcc2a1279865f44455235eb13;hb=667ec9d494530079bef28e8589dd0d3274b935ec;hp=280ec4a65297ce526e2cc8327013080b9798cd15;hpb=dec94b039e8ec90baf21463df839a6181de606f6;p=sbcl.git diff --git a/src/compiler/backend.lisp b/src/compiler/backend.lisp index 280ec4a..f68dffb 100644 --- a/src/compiler/backend.lisp +++ b/src/compiler/backend.lisp @@ -30,10 +30,7 @@ ;;; the byte order of the target machine. :BIG-ENDIAN has the MSB first (e.g. ;;; IBM RT), :LITTLE-ENDIAN has the MSB last (e.g. DEC VAX). -;;; -;;; KLUDGE: In a sort of pun, this is also used as the value of -;;; BACKEND-BYTE-FASL-FILE-IMPLEMENTATION. -- WHN 20000302 -(defvar *backend-byte-order* nil) +(defvar *backend-byte-order*) (declaim (type (member nil :little-endian :big-endian) *backend-byte-order*)) ;;; translation from SC numbers to SC info structures. SC numbers are always