Changed UNDEFINED-CONDITIONAL-BRANCH to be UNSPECIFIC directly, rather
than trying to reconstruct the same machine-dependent bit-pattern.
#| -*-Scheme-*-
-$Id: scomb.scm,v 14.14 1995/07/27 22:00:28 adams Exp $
+$Id: scomb.scm,v 14.15 1997/07/15 17:29:56 adams Exp $
Copyright (c) 1988-1994 Massachusetts Institute of Technology
(define (conditional? object)
(object-type? (ucode-type conditional) object))
-(define undefined-conditional-branch
- (object-new-type (ucode-type constant) #x-800000))
+(define undefined-conditional-branch unspecific)
(define-integrable (conditional-predicate conditional)
(&triple-first conditional))