Files
mercury/util
Fergus Henderson 586fa88288 In the code generated for main(), explicitly register the stack
Estimated hours taken: 0.5

util/mkinit.c:
	In the code generated for main(), explicitly register the stack
	bottom by setting `GC_stackbottom' to the address of a dummy local
	variable.  This is necessary for the Boehm collector to work
	on AIX 4.1.
1996-05-02 14:27:29 +00:00
..