diff --git a/compiler/hppa/type-vops.lisp b/compiler/hppa/type-vops.lisp index ffc0d924247f449b10dbc0fb3d009bacae1b94bb..9b591a4a2689672f3479d1cb8b64d54b18bf89c1 100644 --- a/compiler/hppa/type-vops.lisp +++ b/compiler/hppa/type-vops.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/type-vops.lisp,v 1.6 1998/07/24 17:22:34 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/type-vops.lisp,v 1.7 2000/01/10 14:45:53 dtc Rel $") ;;; ;;; ********************************************************************** ;;; @@ -230,7 +230,7 @@ (def-type-vops %instancep check-instance instance object-not-instance-error instance-pointer-type) -(def-type-vops bignump check-bigunm bignum +(def-type-vops bignump check-bignum bignum object-not-bignum-error bignum-type) (def-type-vops ratiop check-ratio ratio diff --git a/compiler/mips/type-vops.lisp b/compiler/mips/type-vops.lisp index de83832b5188ed478c1fed29c5aacd7df95e81d0..c9d874824bc88b8164a40f64766eeb0ba16036e3 100644 --- a/compiler/mips/type-vops.lisp +++ b/compiler/mips/type-vops.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.46 1998/07/24 17:22:36 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.47 2000/01/10 14:46:07 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -254,7 +254,7 @@ (def-type-vops %instancep check-instance instance object-not-instance-error instance-pointer-type) -(def-type-vops bignump check-bigunm bignum +(def-type-vops bignump check-bignum bignum object-not-bignum-error bignum-type) (def-type-vops ratiop check-ratio ratio diff --git a/compiler/sparc/type-vops.lisp b/compiler/sparc/type-vops.lisp index 554becf9f11c94921505b1302860462e24f93e30..f29e01f022d95721a72824e60daf2396b955b206 100644 --- a/compiler/sparc/type-vops.lisp +++ b/compiler/sparc/type-vops.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.20 1999/03/25 15:51:07 pw Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.21 2000/01/10 14:46:12 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -104,7 +104,7 @@ (def-type-vops %instancep check-instance instance object-not-instance-error vm:instance-pointer-type) -(def-type-vops bignump check-bigunm bignum +(def-type-vops bignump check-bignum bignum object-not-bignum-error vm:bignum-type) (def-type-vops ratiop check-ratio ratio