From 0794e84feb0dfefde2a8ce0b346ab5daeffb760a Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Fri, 18 Aug 2006 02:29:28 +0000
Subject: [PATCH] Oops.  Add new static symbols needed for new weak hash table
 types.

---
 compiler/x86/parms.lisp | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/compiler/x86/parms.lisp b/compiler/x86/parms.lisp
index cda38a8b0..92d44c9e7 100644
--- a/compiler/x86/parms.lisp
+++ b/compiler/x86/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/parms.lisp,v 1.30 2006/08/10 23:13:41 cshapiro Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/parms.lisp,v 1.31 2006/08/18 02:29:28 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -327,6 +327,12 @@
       ;; These are filled in the C run-time.
       lisp::*cmucl-lib*
       lisp::*cmucl-core-path*
+
+      ;; Weak hash table support
+      :key
+      :value
+      :key-and-value
+      :key-or-value
       
       ;; Spare symbols.  Rename these when you need to add some static
       ;; symbols and don't want to do a cross-compile.
-- 
GitLab