Commit Graph

1 Commits

Author SHA1 Message Date
Fergus Henderson
05be512793 Fix a bug that Tom reported where calling solutions/3 with an
Estimated hours taken: 2

Fix a bug that Tom reported where calling solutions/3 with an
equivalence type caused a crash in deep_copy().

runtime/deep_copy.c:
	Fix a bug in the copying of equivalence types and no_tag types.
	It was using `entry_value' instead of `entry_value[1]'.

tests/hard_coded/Mmake:
tests/hard_coded/.cvsignore:
tests/hard_coded/deep_copy_bug.m:
tests/hard_coded/deep_copy_bug.exp:
	Add a regression test for this bug.
1997-04-10 16:05:13 +00:00