[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/igc c311c4158ba: ; * src/keyboard.c (syms_of_keyboard): Initiali
From: |
Pip Cet |
Subject: |
feature/igc c311c4158ba: ; * src/keyboard.c (syms_of_keyboard): Initialize GC header. |
Date: |
Fri, 17 Jan 2025 15:42:41 -0500 (EST) |
branch: feature/igc
commit c311c4158ba806e4ba92f4db4277d1d26b08d387
Author: Pip Cet <pipcet@protonmail.com>
Commit: Pip Cet <pipcet@protonmail.com>
; * src/keyboard.c (syms_of_keyboard): Initialize GC header.
---
src/keyboard.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/keyboard.c b/src/keyboard.c
index 82505e7b538..11ca9e518a1 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12824,6 +12824,7 @@ init_keyboard (void)
{{{ GC_HEADER_INIT PSEUDOVECTOR_FLAG | (PVEC_SUBR <<
PSEUDOVECTOR_AREA_BITS) },
{ .a4 = watch_debug_on_event },
4, 4, "watch_debug_on_event", {0}, 0, 0 }};
+ gc_init_header (&Swatch_debug_on_event.s.header.gc_header, IGC_OBJ_VECTOR);
XSETSUBR (watcher, &Swatch_debug_on_event);
Fadd_variable_watcher (Qdebug_on_event, watcher);
watch_debug_on_event (Qdebug_on_event, Vdebug_on_event, Qnil, Qnil);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- feature/igc c311c4158ba: ; * src/keyboard.c (syms_of_keyboard): Initialize GC header.,
Pip Cet <=