X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Falpha%2Fbackend-parms.lisp;h=ab49a3c4d5e76dadae1e81c6969675ed952d60ae;hb=127fd3d2fb843c6bb7ad0763e143d81877e760e8;hp=9149984a369604eab3c876f2074f2dff93840bb4;hpb=aa2dc9529460ea0d9c99998dc87283fc1a43e808;p=sbcl.git diff --git a/src/compiler/alpha/backend-parms.lisp b/src/compiler/alpha/backend-parms.lisp index 9149984..ab49a3c 100644 --- a/src/compiler/alpha/backend-parms.lisp +++ b/src/compiler/alpha/backend-parms.lisp @@ -17,8 +17,7 @@ ;;;; compiler constants -(setf *backend-fasl-file-type* "axpf") -(defconstant +backend-fasl-file-implementation+ :alpha) +(def!constant +backend-fasl-file-implementation+ :alpha) (setf *backend-register-save-penalty* 3)