mirror of
https://github.com/PDP-10/its.git
synced 2026-05-04 07:09:12 +00:00
Update UMLMAC and MLMAC lisp libraries. Fix DBG and FASLRO to conform
to new DOTIMES and DOLIST macro definitions (in the case of FASLRO, update to use DO rather than DOLIST since DOLIST no longer (as of latest UMLMAC) binds a parameter to the loop count. Resolves #1054.
This commit is contained in:
@@ -478,7 +478,7 @@ The X command works only with SIGNAL to continue or restart from errors.
|
||||
(debug-frame-printer frame sprinter-p))
|
||||
|
||||
(defun debug-n-spaces (n)
|
||||
(dotimes (\\ n debug-indent-max)
|
||||
(dotimes (() (\\ n debug-indent-max))
|
||||
(tyo #\SPACE error-io)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user