From 55893dcd3118428f046d5f539d80e9aa5345b885 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 24 Mar 2008 11:47:01 +0000 Subject: Add support for SBCL and CLisp --- src/interp/trace.boot | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/interp/trace.boot') diff --git a/src/interp/trace.boot b/src/interp/trace.boot index d25c4506..b6ba828b 100644 --- a/src/interp/trace.boot +++ b/src/interp/trace.boot @@ -1,4 +1,4 @@ --- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd. +-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd. -- All rights reserved. -- Copyright (C) 2007-2008, Gabriel Dos Reis. -- All rights reserved. @@ -15,7 +15,7 @@ -- the documentation and/or other materials provided with the -- distribution. -- --- - Neither the name of The Numerical ALgorithms Group Ltd. nor the +-- - Neither the name of The Numerical Algorithms Group Ltd. nor the -- names of its contributors may be used to endorse or promote products -- derived from this software without specific prior written permission. -- @@ -229,15 +229,15 @@ traceOptionError(opt,keys) == resetTimers () == for timer in _/TIMERLIST repeat - SET(INTERN STRCONC(timer,'"_,TIMER"),0) + setDynamicBinding(INTERN STRCONC(timer,'"_,TIMER"),0) resetSpacers () == for spacer in _/SPACELIST repeat - SET(INTERN STRCONC(spacer,'"_,SPACE"),0) + setDynamicBinding(INTERN STRCONC(spacer,'"_,SPACE"),0) resetCounters () == for k in _/COUNTLIST repeat - SET(INTERN STRCONC(k,'"_,COUNT"),0) + setDynamicBinding(INTERN STRCONC(k,'"_,COUNT"),0) ptimers() == null _/TIMERLIST => sayBrightly '" no functions are timed" @@ -276,7 +276,7 @@ domainToGenvar x == $doNotAddEmptyModeIfTrue: local:= true (y:= unabbrevAndLoad x) and GETDATABASE(opOf y,'CONSTRUCTORKIND) = 'domain => g:= genDomainTraceName y - SET(g,evalDomain y) + setDynamicBinding(g,evalDomain y) g genDomainTraceName y == -- cgit v1.2.3