1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

Rename mps_root_create_reg_masked to mps_root_create_stack, and deprecate mps_root_create_reg, as suggested in review by nb <https://info.ravenbrook.com/mail/2015/09/09/16-18-10/0/>.

Copied from Perforce
 Change: 188312
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2015-09-14 20:16:14 +01:00
parent 3623e32059
commit 7d43cfa380
24 changed files with 227 additions and 233 deletions

View file

@ -4487,14 +4487,8 @@ 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_reg(&reg_root,
arena,
mps_rank_ambig(),
0,
thread,
mps_stack_scan_ambig,
marker,
0);
res = mps_root_create_stack(&reg_root, arena, mps_rank_ambig(),
0, thread, 0, 0, marker);
if (res != MPS_RES_OK) error("Couldn't create root");
/* Make sure we can pick up finalization messages. */