diff --git a/mps/src/eventrep.c b/mps/src/eventrep.c index 7d172cd4ebe..0d2738e5f45 100644 --- a/mps/src/eventrep.c +++ b/mps/src/eventrep.c @@ -1,7 +1,7 @@ /* impl.c.eventrep: Allocation replayer routines * Copyright (C) 2000 Harlequin Limited. All rights reserved. * - * $HopeName: MMsrc!eventrep.c(MMdevel_alloc_replay.1) $ + * $HopeName: MMsrc!eventrep.c(trunk.2) $ */ #include "config.h" @@ -54,7 +54,7 @@ static Table apTable; /* dictionary of apReps */ /* poolSupport -- describes pool support for explicit deallocation */ -enum {supportTruncate, supportFree, supportNothing}; +enum {supportTruncate = 1, supportFree, supportNothing}; typedef int poolSupport;