1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Integrate change 181452 from scheme.c to scheme-advanced.c.

Copied from Perforce
 Change: 181453
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-04-25 20:20:44 +01:00
parent f0ec6da761
commit aeb32ad6f8

View file

@ -4558,8 +4558,10 @@ int main(int argc, char *argv[])
/* Make sure we can pick up finalization messages. */
mps_message_type_enable(arena, mps_message_type_finalization());
/* Call the main program. This call is required to mark the top of the
stack of the main thread. See topic/thread. */
/* Call the main program. A function call is required here so that
'marker' reliably points into the stack below any potential roots
in the main thread. See the section "Thread roots" in
topic/root. */
exit_code = start(argc, argv);
/* Cleaning up the MPS object with destroy methods will allow the MPS to