mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +02:00
revert the ill-considered part of the 2001-05-24 changes
This commit is contained in:
parent
f3f70257a3
commit
c014a02eec
63 changed files with 723 additions and 813 deletions
|
@ -736,8 +736,8 @@ SCM_DEFINE (scm_struct_vtable_tag, "struct-vtable-tag", 1, 0, 0,
|
|||
* how to associate names with vtables.
|
||||
*/
|
||||
|
||||
scm_bits_t
|
||||
scm_struct_ihashq (SCM obj, scm_bits_t n)
|
||||
unsigned long
|
||||
scm_struct_ihashq (SCM obj, unsigned long n)
|
||||
{
|
||||
/* The length of the hash table should be a relative prime it's not
|
||||
necessary to shift down the address. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue