#| -*-Scheme-*-
-$Id: unsyn.scm,v 14.36 2008/02/13 14:25:32 cph Exp $
+$Id: unsyn.scm,v 14.37 2008/02/29 16:06:34 riastradh Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
`(IF ,(unsyntax-object predicate)
,(unsyntax-object consequent)))
((eq? consequent undefined-conditional-branch)
- `(IF (,not ,(unsyntax-object predicate))
+ `(IF (,(ucode-primitive not) ,(unsyntax-object predicate))
,(unsyntax-object alternative)))
((and (conditional? alternative)
(not (has-substitution? alternative)))