Skip to content
Snippets Groups Projects
Commit 6a1a2934 authored by ram's avatar ram
Browse files

Ripped out exports and put them into exports.lisp.

parent 14577047
No related branches found
No related tags found
No related merge requests found
......@@ -10,18 +10,7 @@
;;;
;;; This file contains code to implement bignum support.
;;;
(in-package "BIGNUM")
(use-package "VM")
(export '(add-bignums multiply-bignums negate-bignum subtract-bignum
multiply-bignum-and-fixnum multiply-fixnums
bignum-ashift-right bignum-ashift-left bignum-gcd
bignum-to-float float-bignum-ratio bignum-integer-length
bignum-logical-and bignum-logical-ior bignum-logical-xor
bignum-logical-not bignum-load-byte bignum-deposit-byte
bignum-truncate bignum-plus-p bignum-compare make-small-bignum
bignum-logcount))
;;;; Notes.
......
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