1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Bringing scheme example up to date with interface changes.

Copied from Perforce
 Change: 189206
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-02-15 23:39:24 +00:00
parent 525e7dc95b
commit 4f9d662103
2 changed files with 2 additions and 4 deletions

View file

@ -4582,8 +4582,7 @@ int main(int argc, char *argv[])
need to be scanned by the MPS because we are passing references to
objects around in C parameters, return values, and keeping them in
automatic local variables. See topic/root. */
res = mps_root_create_stack(&reg_root, arena, mps_rank_ambig(),
0, thread, sizeof(mps_word_t) - 1, 0, marker);
res = mps_root_create_thread(&reg_root, arena, thread, marker);
if (res != MPS_RES_OK) error("Couldn't create root");
/* Make sure we can pick up finalization messages. */