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:
parent
525e7dc95b
commit
4f9d662103
2 changed files with 2 additions and 4 deletions
|
|
@ -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(®_root, arena, mps_rank_ambig(),
|
||||
0, thread, sizeof(mps_word_t) - 1, 0, marker);
|
||||
res = mps_root_create_thread(®_root, arena, thread, marker);
|
||||
if (res != MPS_RES_OK) error("Couldn't create root");
|
||||
|
||||
/* Make sure we can pick up finalization messages. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue