Files
mercury/runtime
Fergus Henderson fa1b8e7888 Fix bugs that caused compilation errors in grade `none.gc.par'.
Estimated hours taken: 0.75

Fix bugs that caused compilation errors in grade `none.gc.par'.

runtime/mercury_engine.h:
	Add a new macro MR_cur_engine() which returns
	a pointer to the current engine struct.

runtime/mercury_thread.c:
runtime/mercury_context.c:
	Use MR_cur_engine() rather than MR_engine_base
	or &MR_engine_base.  Also fix the code in
	mercury_thread.c to handle the case when
	MR_THREAD_SAFE is set but MR_ENGINE_BASE_REGISTER is not.
2000-02-09 19:32:36 +00:00
..
1999-12-26 06:05:35 +00:00
1999-10-27 05:18:07 +00:00
1999-12-21 10:28:05 +00:00
2000-02-03 10:31:52 +00:00