diff --git a/compiler/x86/macros.lisp b/compiler/x86/macros.lisp index 4f758ce4e51b09f9839a697838a8b76c0f52dd59..f94b2f64a959f59006162040829bfd6ead4c2965 100644 --- a/compiler/x86/macros.lisp +++ b/compiler/x86/macros.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/x86/macros.lisp,v 1.12 1999/11/25 17:50:48 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/macros.lisp,v 1.13 1999/12/04 16:05:21 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -119,7 +119,7 @@ ;;; For GENCGC it is possible to inline object allocation, to permit ;;; this set the following variable to True. -(defvar *maybe-use-inline-allocation* t) +(defparameter *maybe-use-inline-allocation* t) ;;;; Call into C. (defun allocation (alloc-tn size &optional inline) @@ -320,7 +320,7 @@ ;;;; PSEUDO-ATOMIC. -(defvar *enable-pseudo-atomic* t) +(defparameter *enable-pseudo-atomic* t) ;;; PSEUDO-ATOMIC -- Internal Interface. ;;;