From a25755527ec8cf4410ee0fd9bc6da3021e6ef921 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Sat, 4 Dec 1999 16:05:21 +0000 Subject: [PATCH] Define *maybe-use-inline-allocation* and *enable-pseudo-atomic* as parameters rather than variables. --- compiler/x86/macros.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/x86/macros.lisp b/compiler/x86/macros.lisp index 4f758ce4e..f94b2f64a 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. ;;; -- GitLab