diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index 66dbde0fb0a..1e4ec8b0573 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -5658,7 +5658,7 @@ garbage_collect_1 (void *end) | |||
| 5658 | return Qnil; | 5658 | return Qnil; |
| 5659 | 5659 | ||
| 5660 | /* Record this function, so it appears on the profiler's backtraces. */ | 5660 | /* Record this function, so it appears on the profiler's backtraces. */ |
| 5661 | record_in_backtrace (Qautomatic_gc, 0, 0); | 5661 | record_in_backtrace (QAutomatic_GC, 0, 0); |
| 5662 | 5662 | ||
| 5663 | check_cons_list (); | 5663 | check_cons_list (); |
| 5664 | 5664 | ||
| @@ -7388,7 +7388,7 @@ do hash-consing of the objects allocated to pure space. */); | |||
| 7388 | DEFSYM (Qstring_bytes, "string-bytes"); | 7388 | DEFSYM (Qstring_bytes, "string-bytes"); |
| 7389 | DEFSYM (Qvector_slots, "vector-slots"); | 7389 | DEFSYM (Qvector_slots, "vector-slots"); |
| 7390 | DEFSYM (Qheap, "heap"); | 7390 | DEFSYM (Qheap, "heap"); |
| 7391 | DEFSYM (Qautomatic_gc, "Automatic GC"); | 7391 | DEFSYM (QAutomatic_GC, "Automatic GC"); |
| 7392 | 7392 | ||
| 7393 | DEFSYM (Qgc_cons_threshold, "gc-cons-threshold"); | 7393 | DEFSYM (Qgc_cons_threshold, "gc-cons-threshold"); |
| 7394 | DEFSYM (Qchar_table_extra_slots, "char-table-extra-slots"); | 7394 | DEFSYM (Qchar_table_extra_slots, "char-table-extra-slots"); |