aboutsummaryrefslogtreecommitdiff
path: root/src/interp/hash.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/hash.lisp')
-rw-r--r--src/interp/hash.lisp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/interp/hash.lisp b/src/interp/hash.lisp
index b462a621..b9f3463e 100644
--- a/src/interp/hash.lisp
+++ b/src/interp/hash.lisp
@@ -32,13 +32,9 @@
;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-(IMPORT-MODULE "vmlisp")
+(IMPORT-MODULE "types")
(in-package "BOOT")
-(export '(MAKE-HASHTABLE HGET HKEYS HCOUNT HPUT HPUT* HREM HCLEAR HREMPROP
- HASHEQ HASHUEQUAL HASHCVEC HASHID HASHTABLEP CVEC UEQUAL ID HPUTPROP
- HASHTABLE-CLASS))
-
;17.0 Operations on Hashtables
;17.1 Creation