From 3b1c523475cf80cbbc8a19b9c43ea8ea3dfdc694 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Mon, 22 Apr 1991 00:43:55 +0000
Subject: [PATCH] Fixed last change.

---
 compiler/loadcom.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/loadcom.lisp b/compiler/loadcom.lisp
index 8b373cc31..4b48dde00 100644
--- a/compiler/loadcom.lisp
+++ b/compiler/loadcom.lisp
@@ -108,6 +108,6 @@
 #+small
 ;;;
 ;;; If we want a small core, blow away the meta-compile time VOP info.
-(setf (backend-parsed-vops *backend*) (make-hash-table #'eq))
+(setf (backend-parsed-vops *backend*) (make-hash-table :test #'eq))
 
 (%proclaim '(optimize (speed 1) (safety 1)))
-- 
GitLab