1
0
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:
Eric Swenson
2018-07-13 08:45:35 -07:00
parent 8a21211d2c
commit ad5f5a0589
7 changed files with 392 additions and 548 deletions

View File

@@ -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)))