Revive these wonderful debugging tools.

This commit is contained in:
mainzelm 2002-02-12 07:54:22 +00:00
parent e316ce1109
commit 150031d918
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,7 @@
(define length-procedures
(do ((i (- stob-count 1) (- i 1))
(l '() (cons (eval `(lap *length ()
(check-nargs= 1)
(protocol 1)
(pop)
(stored-object-length
,(enumerand->name i stob))

View File

@ -15,7 +15,6 @@
(define *traverse-count* 0)
(define (start-over)
(flush-the-symbol-table!)
(set! *mark-table* (make-table hash))
(set! *interesting-table* (make-table))
(set! *traverse-count* 0))