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

This commit was generated by cvs2svn to compensate for changes in r3170,

which included commits to RCS files with non-trunk default branches.
parents 29c3703c 55e67810
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/table.lisp,v 1.1.1.2 1991/02/08 16:38:24 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/table.lisp,v 1.1.1.3 1991/04/23 11:53:53 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
(defparameter initial-string-table-size 20 (defparameter initial-string-table-size 20
"Initial size of string table array for value nodes.") "Initial size of string table array for value nodes.")
(defparameter initial-word-table-size 10 (defparameter initial-word-table-size 2
"Inital size of each word table array for each tree node.") "Inital size of each word table array for each tree node.")
(defstruct (string-table (defstruct (string-table
......
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