summaryrefslogtreecommitdiff
path: root/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'alloc.c')
-rw-r--r--alloc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/alloc.c b/alloc.c
index 3d0169b0..16b20e21 100644
--- a/alloc.c
+++ b/alloc.c
@@ -335,7 +335,7 @@ GC_collect_end_callback_Proc GC_set_collect_end_callback(GC_collect_end_callback
GC_bool GC_try_to_collect_inner(GC_stop_func stop_func)
{
CLOCK_TYPE start_time = CLOCK_ZERO;
- CLOCK_TYPE current_time;
+ CLOCK_TYPE current_time;
if (GC_dont_gc) return FALSE;
/* PLTSCHEME */
if (GC_collect_start_callback)
@@ -483,10 +483,10 @@ GC_bool GC_stopped_mark(GC_stop_func stop_func)
unsigned i;
int dummy;
CLOCK_TYPE start_time = CLOCK_ZERO;
- CLOCK_TYPE current_time;
-
+ CLOCK_TYPE current_time;
+
if (GC_print_stats)
- GET_TIME(start_time);
+ GET_TIME(start_time);
# if !defined(REDIRECT_MALLOC) && (defined(MSWIN32) || defined(MSWINCE))
GC_add_current_malloc_heap();