aboutsummaryrefslogtreecommitdiffstats
path: root/src/profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiler.c')
-rw-r--r--src/profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiler.c b/src/profiler.c
index 5cb42d54fa6..dc28b3c25ad 100644
--- a/src/profiler.c
+++ b/src/profiler.c
@@ -63,7 +63,7 @@ make_log (void)
63 Lisp_Object log = make_hash_table (hashtest_profiler, heap_size, 63 Lisp_Object log = make_hash_table (hashtest_profiler, heap_size,
64 DEFAULT_REHASH_SIZE, 64 DEFAULT_REHASH_SIZE,
65 DEFAULT_REHASH_THRESHOLD, 65 DEFAULT_REHASH_THRESHOLD,
66 Qnil, false); 66 Qnil);
67 struct Lisp_Hash_Table *h = XHASH_TABLE (log); 67 struct Lisp_Hash_Table *h = XHASH_TABLE (log);
68 68
69 /* What is special about our hash-tables is that the values are pre-filled 69 /* What is special about our hash-tables is that the values are pre-filled