1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Add a missing comma

Copied from Perforce
 Change: 19420
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 1998-04-16 20:42:27 +01:00
parent 06163fd598
commit 73139e8def

View file

@ -1,6 +1,6 @@
/* impl.c.arena: ARENA IMPLEMENTATION
*
* $HopeName: MMsrc!arena.c(trunk.31) $
* $HopeName: MMsrc!arena.c(trunk.32) $
* Copyright (C) 1997. Harlequin Group plc. All rights reserved.
*
* .readership: Any MPS developer
@ -36,7 +36,7 @@
#include "poolmrg.h"
#include "mps.h"
SRCID(arena, "$HopeName: MMsrc!arena.c(trunk.31) $");
SRCID(arena, "$HopeName: MMsrc!arena.c(trunk.32) $");
/* All static data objects are declared here. See .static */
@ -1080,7 +1080,7 @@ Bool SegPrefCheck(SegPref pref)
static SegPrefStruct segPrefDefault = {
SegPrefSig, /* sig */
ARENA_DEFAULT_SEG_HIGH, /* high */
ARENA_DEFAULT_REFSET /* refSet */
ARENA_DEFAULT_REFSET, /* refSet */
FALSE, /* isCollected */
FALSE, /* isGen */
(Serial)0, /* gen */