* Make sure that tests return a boolean value.

This commit is contained in:
Dirk Herrmann 2001-02-28 08:41:06 +00:00
commit 5c96bc39a4
13 changed files with 48 additions and 29 deletions

View file

@ -55,7 +55,7 @@
arg-sets))
(define (documented? object)
(object-documentation object))
(not (not (object-documentation object))))
(define fixnum-bit 30)
(define fixnum-min most-negative-fixnum)