Skip to content
Snippets Groups Projects
Commit b6f3fb28 authored by wlott's avatar wlott
Browse files

Added target-most-{positive,negative}-fixnum to the VM exports.

Redid, reformated, and generally replaced the bignum package exports.
parent b7925ebd
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC). ;;; Scott Fahlman (FAHLMAN@CMUC).
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.19 1990/05/07 14:34:45 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.20 1990/05/09 06:48:08 wlott Exp $
;;; ;;;
;;; All the stuff necessary to export various symbols from various packages. ;;; All the stuff necessary to export various symbols from various packages.
;;; ;;;
...@@ -478,6 +478,7 @@ ...@@ -478,6 +478,7 @@
target-byte-order target-control-stack-start target-byte-order target-control-stack-start
target-dynamic-space-start target-fasl-code-format target-dynamic-space-start target-fasl-code-format
target-fasl-file-type target-heap-address-space target-fasl-file-type target-heap-address-space
target-most-negative-fixnum target-most-positive-fixnum
target-read-only-space-start target-static-space-start type-bits target-read-only-space-start target-static-space-start type-bits
type-mask unbound-marker-type unwind-block-current-code-slot type-mask unbound-marker-type unwind-block-current-code-slot
unwind-block-current-cont-slot unwind-block-current-uwp-slot unwind-block-current-cont-slot unwind-block-current-uwp-slot
...@@ -531,11 +532,10 @@ ...@@ -531,11 +532,10 @@
(import 'vm:bignum-type) (import 'vm:bignum-type)
(export '(add-bignums multiply-bignums negate-bignum subtract-bignum (export '(add-bignums bignum-ashift-left bignum-ashift-right bignum-compare
bignum-ashift-right bignum-ashift-left bignum-gcd bignum= bignum-deposit-byte bignum-gcd bignum-integer-length
bignum-to-short-float bignum-to-long-float bignum-integer-length bignum-load-byte bignum-logcount bignum-logical-and
bignum-logical-and bignum-logical-ior bignum-logical-xor bignum-logical-ior bignum-logical-not bignum-logical-xor
bignum-logical-not bignum-load-byte bignum-deposit-byte bignum-plus-p bignum-to-double-float bignum-to-single-float
bignum-truncate bignum= bignum/= bignum> bignum< bignum<= bignum>= bignum-truncate make-small-bignum multiply-bignums negate-bignum
bignum-type bignum-element-type bignum-index)) subtract-bignum))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment