#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.639 2008/02/02 06:01:59 cph Exp $
+$Id: runtime.pkg,v 14.640 2008/02/02 06:51:39 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
condition-type:system-call-error
condition-type:unimplemented-primitive
condition-type:unimplemented-primitive-for-os
- condition-type:unlinkable-variable
condition-type:user-microcode-reset
condition-type:wrong-arity-primitives)
(initialization (initialize-package!)))
#| -*-Scheme-*-
-$Id: uerror.scm,v 14.58 2008/01/30 20:02:36 cph Exp $
+$Id: uerror.scm,v 14.59 2008/02/02 06:51:48 cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
(define condition-type:system-call-error)
(define condition-type:unimplemented-primitive)
(define condition-type:unimplemented-primitive-for-os)
-(define condition-type:unlinkable-variable)
(define condition-type:user-microcode-reset)
(define condition-type:wrong-arity-primitives)