Skip to content

Commit

Permalink
Fix compilation error with GC_PROFILE.
Browse files Browse the repository at this point in the history
  • Loading branch information
yyamano committed Jun 29, 2016
1 parent fa1c1ab commit 00faf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ gettimeofday_time(void)
fprintf(stderr, "%s\n", with);\
fprintf(stderr, "gc_invoke: %19.3f\n", gettimeofday_time() - program_invoke_time);\
fprintf(stderr, "is_generational: %d\n", is_generational(gc));\
fprintf(stderr, "is_major_gc: %d\n", is_major_gc(mrb));\
fprintf(stderr, "is_major_gc: %d\n", is_major_gc(gc));\
} while(0)

#define GC_TIME_START do {\
Expand Down

0 comments on commit 00faf3d

Please sign in to comment.