axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [build-improvements] fix thinko in trace.boot


From: Gabriel Dos Reis
Subject: [Axiom-developer] [build-improvements] fix thinko in trace.boot
Date: 31 Oct 2006 06:27:24 +0100

Hi,

  This patchlet fixes a typo in trace.boot -- caught by bootsys.
A string literal cannot span two lines or more with line continuation
characters.

-- Gaby

2006-10-30  Gabriel Dos Reis  <address@hidden>

        * trace.boot.pamphlet (ptimers): Fix string literals that
        accidently spreads over two lines.

*** trace.boot.pamphlet (revision 15942)
--- trace.boot.pamphlet (local)
*************** ptimers() ==
*** 251,258 ****
    null _/TIMERLIST => sayBrightly '"   no functions are timed"
    for timer in _/TIMERLIST repeat
      sayBrightly ["  ",:bright timer,'_:,'" ",
!       EVAL(INTERN STRCONC(timer,'"_,TIMER")) / float $timerTicksPerSecond,'" 
sec
!    ."]
  
  pspacers() ==
    null _/SPACELIST => sayBrightly '"   no functions have space monitored"
--- 251,257 ----
    null _/TIMERLIST => sayBrightly '"   no functions are timed"
    for timer in _/TIMERLIST repeat
      sayBrightly ["  ",:bright timer,'_:,'" ",
!       EVAL(INTERN STRCONC(timer,'"_,TIMER")) / float $timerTicksPerSecond,'" 
sec."]
  
  pspacers() ==
    null _/SPACELIST => sayBrightly '"   no functions have space monitored"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]