diff --git a/src/libponyrt/gc/cycle.c b/src/libponyrt/gc/cycle.c index f3311e2ec6..0599bf5af4 100644 --- a/src/libponyrt/gc/cycle.c +++ b/src/libponyrt/gc/cycle.c @@ -193,7 +193,7 @@ static size_t viewrefmap_total_alloc_size(viewrefmap_t* map) } #endif -enum +typedef enum { COLOR_BLACK, COLOR_GREY,