Skip to content

Commit

Permalink
Merge branch 'yyc/scrub-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Aug 12, 2015
2 parents c6283a1 + 24f6647 commit 1986c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ static gcpage_t *page_metadata(void *data);
static void pre_mark(void);
static void post_mark(arraylist_t *list, int dryrun);
static region_t *find_region(void *ptr, int maybe);
jl_taggedvalue_t *jl_gc_find_taggedvalue_pool(char *p, size_t *osize_p);

#define PAGE_INDEX(region, data) \
((GC_PAGE_DATA((data) - GC_PAGE_OFFSET) - \
Expand Down

0 comments on commit 1986c50

Please sign in to comment.