Skip to content

Commit

Permalink
gc.c: add red (persistent no scan) color in the comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed Apr 9, 2022
1 parent c8c083c commit c30e6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.c
Expand Up @@ -193,7 +193,7 @@ gettimeofday_time(void)

#define GC_STEP_SIZE 1024

/* white: 001 or 010, black: 100, gray: 000 */
/* white: 001 or 010, black: 100, gray: 000, red:111 */
#define GC_GRAY 0
#define GC_WHITE_A 1
#define GC_WHITE_B (1 << 1)
Expand Down

0 comments on commit c30e6eb

Please sign in to comment.