Commit Graph

1 Commits

Author SHA1 Message Date
Simon Taylor
f2d0a7ea17 The arrays containing the keys and values are initialized
Estimated hours taken: 1
Branches: main, release

library/hash_table.m:
	The arrays containing the keys and values are initialized
	using the key and value of the first insertion. This was not
	being done if the first insertion was done with
	hash_table__det_insert rather than hash_table__set.

tests/hard_coded/Mmakefile:
tests/hard_coded/hash_init_bug.{m,exp}:
	Test case.
2003-03-13 01:10:02 +00:00