1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

Mps br/timing zmess.c: (clarity tweaks)

Copied from Perforce
 Change: 167016
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2008-12-22 17:30:49 +00:00
parent 2e5c4488c4
commit 06c2e99a20

View file

@ -125,15 +125,13 @@ static mps_gen_param_s testChain[genCOUNT] = {
/* note: static, so auto-initialised to NULL */
static void *myroot[myrootCOUNT];
static int state[myrootCOUNT];
enum {
rootSTATE,
deadSTATE,
finalizableSTATE,
finalizedSTATE
};
static int state[myrootCOUNT];
/* report -- get and check messages
@ -157,7 +155,6 @@ static void report(mps_arena_t arena, const char *pm, Bool discard)
char mFound = '\0';
mps_message_type_t type;
/* Test any finalized objects */
while (mps_message_queue_type(&type, arena)) {
mps_message_t message;
mps_word_t *obj;