1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

(hashq-cons-get-handle): Pass only the expected four arguments to

hashx-get-handle.  Thanks to Kevin Ryde!
This commit is contained in:
Marius Vollmer 2003-05-03 20:41:30 +00:00
parent 1b965c29e7
commit f70b2b1e8f

View file

@ -1,6 +1,6 @@
;;; installed-scm-file
;;;; Copyright (C) 1995, 1996, 1998, 2001 Free Software Foundation, Inc.
;;;; Copyright (C) 1995, 1996, 1998, 2001, 2003 Free Software Foundation, Inc.
;;;;
;;;; This library is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Lesser General Public
@ -48,7 +48,7 @@
(hashq-cons-assoc key (cdr l)))))
(define (hashq-cons-get-handle table key)
(hashx-get-handle hashq-cons-hash hashq-cons-assoc table key #f))
(hashx-get-handle hashq-cons-hash hashq-cons-assoc table key))
(define (hashq-cons-create-handle! table key init)
(hashx-create-handle! hashq-cons-hash hashq-cons-assoc table key init))