texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sat, 12 Oct 2024 08:09:40 -0400 (EDT)

branch: master
commit ad978f78467488de1f24d7b1789f4f1a969b109d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 12 14:05:27 2024 +0200

    * info/nodes.c (init_file_buffer_tag): do not set N_TagsIndirect on
    the entry, it is only relevant and used at the file buffer level.
---
 ChangeLog    | 5 +++++
 info/nodes.c | 3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3548d1145c..71f121292c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-12  Patrice Dumas  <pertusus@free.fr>
+
+       * info/nodes.c (init_file_buffer_tag): do not set N_TagsIndirect on
+       the entry, it is only relevant and used at the file buffer level.
+
 2024-10-12  Patrice Dumas  <pertusus@free.fr>
 
        * info/nodes.c (info_create_node): initialize nodelen field to 0.
diff --git a/info/nodes.c b/info/nodes.c
index 8e823d7f1b..173718c289 100644
--- a/info/nodes.c
+++ b/info/nodes.c
@@ -156,9 +156,6 @@ init_file_buffer_tag (FILE_BUFFER *fb, TAG *entry)
     {
       entry->flags |= N_HasTagsTable;
       entry->filename = fb->fullpath;
-
-      if (fb->flags & N_TagsIndirect)
-        entry->flags |= N_TagsIndirect;
     }
 }
 



reply via email to

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