Make size argument optional to 'make-doubly-weak-hash-table'; fix docs.
authorMark H Weaver <mhw@netris.org>
Fri, 7 Feb 2014 21:38:58 +0000 (16:38 -0500)
committerMark H Weaver <mhw@netris.org>
Fri, 7 Feb 2014 21:38:58 +0000 (16:38 -0500)
commitb86069c1308a6ca36f3a3bc56134b3f8fd693592
tree0dfd8923835855ad6fa57563af06dcca052826d1
parent54cded99dc5db94b1df0dc417161ebef7c60d874
Make size argument optional to 'make-doubly-weak-hash-table'; fix docs.

* libguile/hashtab.c (scm_make_doubly_weak_hash_table): Make 'size'
  argument optional, like the weak hash table constructors.

* doc/ref/api-memory.texi (Weak hash tables): Document that 'size'
  argument is optional for the weak hash table constructors.
doc/ref/api-memory.texi
libguile/hashtab.c