diff --git a/compiler/byte-comp.lisp b/compiler/byte-comp.lisp index 331e5f211a76910e231bc45ab9e32f1539464387..70d28c411096825310a1418ce89c13793dbc82cc 100644 --- a/compiler/byte-comp.lisp +++ b/compiler/byte-comp.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.6 1993/05/11 17:47:25 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.7 1993/05/11 22:03:28 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -42,7 +42,7 @@ (:big-endian "bytef") (:little-endian "lbytef"))) -(defun backend-byte-fasl-file-type (backend) +(defun backend-byte-fasl-file-implementation (backend) (ecase (backend-byte-order backend) (:big-endian big-endian-fasl-file-implementation) (:little-endian little-endian-fasl-file-implementation)))