[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/convert/html_prepare_converter.c
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/convert/html_prepare_converter.c (ids_hashmap_predicted_values): use heading_commands_nr. |
Date: |
Sat, 16 Nov 2024 19:11:33 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 3478de1fd1 * tp/Texinfo/XS/convert/html_prepare_converter.c
(ids_hashmap_predicted_values): use heading_commands_nr.
3478de1fd1 is described below
commit 3478de1fd1741a10563afd13c4b6a038cbd280a6
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Nov 17 01:11:26 2024 +0100
* tp/Texinfo/XS/convert/html_prepare_converter.c
(ids_hashmap_predicted_values): use heading_commands_nr.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/convert/html_prepare_converter.c | 1 +
2 files changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index af0ff78186..54d4ed9080 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-16 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/convert/html_prepare_converter.c
+ (ids_hashmap_predicted_values): use heading_commands_nr.
+
2024-11-16 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/misc.c (xs_parse_command_name), tp/Texinfo/XS/xspara.c
diff --git a/tp/Texinfo/XS/convert/html_prepare_converter.c
b/tp/Texinfo/XS/convert/html_prepare_converter.c
index 1815cf0074..0fd0bc28f4 100644
--- a/tp/Texinfo/XS/convert/html_prepare_converter.c
+++ b/tp/Texinfo/XS/convert/html_prepare_converter.c
@@ -4545,6 +4545,7 @@ ids_hashmap_predicted_values (CONVERTER *self)
return special_units->number + associated_special_units->number
+ self->document->identifiers_target.number
+ 3 * sectioning_commands_nr
+ + heading_commands_nr
+ index_entries_nr
+ self->document->global_commands.footnotes.number * 2;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/convert/html_prepare_converter.c (ids_hashmap_predicted_values): use heading_commands_nr.,
Patrice Dumas <=