diff options
Diffstat (limited to 'module/srfi/srfi-10.scm')
-rw-r--r-- | module/srfi/srfi-10.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/srfi/srfi-10.scm b/module/srfi/srfi-10.scm index 533d9f769..f63994910 100644 --- a/module/srfi/srfi-10.scm +++ b/module/srfi/srfi-10.scm @@ -54,7 +54,7 @@ ;; This hash table stores the association between comma-hash tags and ;; the corresponding constructor procedures. ;; -(define reader-ctors (make-hash-table 31)) +(define reader-ctors (make-hash-table)) ;; This procedure installs the procedure @var{proc} as the constructor ;; for the comma-hash tag @var{symbol}. |