[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/convert/build_html_perl_state.c (
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/convert/build_html_perl_state.c (build_simpletitle): add missing dTHX. Report from Gavin. |
Date: |
Wed, 13 Dec 2023 03:22:07 -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 202e32dd3a * tp/Texinfo/XS/convert/build_html_perl_state.c
(build_simpletitle): add missing dTHX. Report from Gavin.
202e32dd3a is described below
commit 202e32dd3a932cec7c6b3efa13de68f85cf863fe
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Dec 13 09:21:58 2023 +0100
* tp/Texinfo/XS/convert/build_html_perl_state.c (build_simpletitle):
add missing dTHX. Report from Gavin.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/convert/build_html_perl_state.c | 3 +++
2 files changed, 8 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 63e48d8d88..916f3c28ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-12-12 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/convert/build_html_perl_state.c (build_simpletitle):
+ add missing dTHX. Report from Gavin.
+
2023-12-12 Patrice Dumas <pertusus@free.fr>
* tp/maintain/regenerate_C_options_info.pl: really output
diff --git a/tp/Texinfo/XS/convert/build_html_perl_state.c
b/tp/Texinfo/XS/convert/build_html_perl_state.c
index 0a8f1d71de..9a3433c733 100644
--- a/tp/Texinfo/XS/convert/build_html_perl_state.c
+++ b/tp/Texinfo/XS/convert/build_html_perl_state.c
@@ -1009,6 +1009,9 @@ build_pending_footnotes (AV *av,
HTML_PENDING_FOOTNOTE_STACK *stack)
void
build_simpletitle (CONVERTER *converter, HV *converter_hv)
{
+
+ dTHX;
+
hv_store (converter_hv, "simpletitle_tree",
strlen ("simpletitle_tree"),
newRV_inc ((SV *) converter->simpletitle_tree->hv), 0);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/convert/build_html_perl_state.c (build_simpletitle): add missing dTHX. Report from Gavin.,
Patrice Dumas <=