Commit Graph

1 Commits

Author SHA1 Message Date
Simon Taylor
f1bd661495 Fix a bug which caused references to private_builtin__unsafe_type_cast
Estimated hours taken: 0.5

Fix a bug which caused references to private_builtin__unsafe_type_cast
to appear in the generated code, causing link errors.

compiler/higher_order.m:
	The builtin_state argument of a call to
	`private_builtin__unsafe_type_cast' must
	be `inline_builtin'.

tests/hard_coded/Mmakefile:
tests/hard_coded/compare_spec.m:
tests/hard_coded/compare_spec.exp:
	Test case.
2000-10-31 02:01:21 +00:00