emacs-diffs
[Top][All Lists]
Advanced

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

scratch/igc e57c6d0abad 1/2: Staticpro more comp_t members


From: Gerd Moellmann
Subject: scratch/igc e57c6d0abad 1/2: Staticpro more comp_t members
Date: Mon, 22 Apr 2024 00:38:40 -0400 (EDT)

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

    Staticpro more comp_t members
---
 src/comp.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/comp.c b/src/comp.c
index 99f51e07048..0ccef99f082 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -5832,6 +5832,17 @@ natively-compiled one.  */);
   staticpro (&comp.func_blocks_h);
   staticpro (&comp.emitter_dispatcher);
   comp.emitter_dispatcher = Qnil;
+  staticpro (&comp.compiler_options);
+  comp.compiler_options = Qnil;
+  staticpro (&comp.driver_options);
+  comp.driver_options = Qnil;
+  staticpro (&comp.d_default_idx);
+  comp.d_default_idx = Qnil;
+  staticpro (&comp.d_impure_idx);
+  comp.d_impure_idx = Qnil;
+  staticpro (&comp.d_ephemeral_idx);
+  comp.d_ephemeral_idx = Qnil;
+
   staticpro (&loadsearch_re_list);
   loadsearch_re_list = Qnil;
 



reply via email to

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