emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/igc 931dc7c27cf 10/78: WIP


From: Gerd Moellmann
Subject: scratch/igc 931dc7c27cf 10/78: WIP
Date: Fri, 14 Jun 2024 04:27:11 -0400 (EDT)

branch: scratch/igc
commit 931dc7c27cfb551ac76786e3ec3b98571513b346
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    WIP
---
 src/igc.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/igc.c b/src/igc.c
index ab78001485c..7b4da23f7f6 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -226,10 +226,15 @@ static const char *pvec_type_names[] = {
   "PVEC_BOOL_VECTOR",
   "PVEC_BUFFER",
   "PVEC_HASH_TABLE",
+#ifndef IN_MY_FORK
   "PVEC_OBARRAY",
+#endif
   "PVEC_TERMINAL",
   "PVEC_WINDOW_CONFIGURATION",
   "PVEC_SUBR",
+#ifdef IN_MY_FORK
+  "PVEC_PACKAGE",
+#endif
   "PVEC_OTHER",
   "PVEC_XWIDGET",
   "PVEC_XWIDGET_VIEW",
@@ -3841,6 +3846,7 @@ mirror_symbol (struct igc_mirror *m, struct Lisp_Symbol 
*sym)
 #else
   IGC_MIRROR_RAW (m, &sym->u.s.next);
 #endif
+#if 0
   switch (sym->u.s.redirect)
     {
     case SYMBOL_PLAINVAL:
@@ -3859,6 +3865,7 @@ mirror_symbol (struct igc_mirror *m, struct Lisp_Symbol 
*sym)
       mirror_fwd (m, sym->u.s.val.fwd);
       break;
     }
+#endif
 }
 
 static void
@@ -4431,7 +4438,7 @@ mirror_dump (void)
   mirror_objects (&m);
   unbind_to (count, Qnil);
 
-  if (1 || getenv ("IGC_MIRROR_STATS"))
+  if (getenv ("IGC_MIRROR_STATS"))
     print_mirror_stats (&m);
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]