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

Added bignum-{index,type,element-type} to the bignum exports.

parent 119ed6bb
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.44 1990/07/13 13:44:18 wlott Exp $ ;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.45 1990/07/19 18:40:28 wlott Exp $
;;; ;;;
;;; All the stuff necessary to export various symbols from various packages. ;;; All the stuff necessary to export various symbols from various packages.
;;; ;;;
...@@ -630,7 +630,7 @@ ...@@ -630,7 +630,7 @@
bignum-logical-and bignum-logical-ior bignum-logical-xor bignum-logical-and bignum-logical-ior bignum-logical-xor
bignum-logical-not bignum-load-byte bignum-deposit-byte bignum-logical-not bignum-load-byte bignum-deposit-byte
bignum-truncate bignum-plus-p bignum-compare make-small-bignum bignum-truncate bignum-plus-p bignum-compare make-small-bignum
bignum-logcount)) bignum-logcount bignum-index bignum-type bignum-element-type))
(in-package "DEBUG") (in-package "DEBUG")
......
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