[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs, * tp/Texinf
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs, * tp/Texinfo/XS/convert/call_html_perl_function.c, * tp/Texinfo/XS/parsetexi/Parsetexi.xs: Add/remove #include "ppport.h" according to output of "perl ppport.h". |
Date: |
Tue, 04 Jun 2024 12:44:27 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new bb33baca82 * tp/Texinfo/XS/convert/ConvertXS.xs, *
tp/Texinfo/XS/convert/call_html_perl_function.c, *
tp/Texinfo/XS/parsetexi/Parsetexi.xs: Add/remove #include "ppport.h" according
to output of "perl ppport.h".
bb33baca82 is described below
commit bb33baca82c293f1656ac91a09f2cab709944865
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Jun 4 17:44:18 2024 +0100
* tp/Texinfo/XS/convert/ConvertXS.xs,
* tp/Texinfo/XS/convert/call_html_perl_function.c,
* tp/Texinfo/XS/parsetexi/Parsetexi.xs:
Add/remove #include "ppport.h" according to output of "perl ppport.h".
---
ChangeLog | 7 +++++++
tp/Texinfo/XS/convert/ConvertXS.xs | 1 +
tp/Texinfo/XS/convert/call_html_perl_function.c | 2 --
tp/Texinfo/XS/parsetexi/Parsetexi.xs | 1 +
4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4c18599c8f..6c9d04daf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-06-04 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/Texinfo/XS/convert/ConvertXS.xs,
+ * tp/Texinfo/XS/convert/call_html_perl_function.c,
+ * tp/Texinfo/XS/parsetexi/Parsetexi.xs:
+ Add/remove #include "ppport.h" according to output of "perl ppport.h".
+
2024-06-04 Gavin Smith <gavinsmith0123@gmail.com>
* README-hacking: advice on upgrading ppport.h
diff --git a/tp/Texinfo/XS/convert/ConvertXS.xs
b/tp/Texinfo/XS/convert/ConvertXS.xs
index e0528bcdf0..b56d1f4b24 100644
--- a/tp/Texinfo/XS/convert/ConvertXS.xs
+++ b/tp/Texinfo/XS/convert/ConvertXS.xs
@@ -28,6 +28,7 @@
# undef free
#endif
#include "XSUB.h"
+#include "ppport.h"
#undef context
diff --git a/tp/Texinfo/XS/convert/call_html_perl_function.c
b/tp/Texinfo/XS/convert/call_html_perl_function.c
index 546d0360f3..010a2216c7 100644
--- a/tp/Texinfo/XS/convert/call_html_perl_function.c
+++ b/tp/Texinfo/XS/convert/call_html_perl_function.c
@@ -27,8 +27,6 @@
#endif
#include "XSUB.h"
-#include "ppport.h"
-
#undef context
#include "text.h"
diff --git a/tp/Texinfo/XS/parsetexi/Parsetexi.xs
b/tp/Texinfo/XS/parsetexi/Parsetexi.xs
index 297edf30a2..513bb58d13 100644
--- a/tp/Texinfo/XS/parsetexi/Parsetexi.xs
+++ b/tp/Texinfo/XS/parsetexi/Parsetexi.xs
@@ -26,6 +26,7 @@
# undef free
#endif
#include "XSUB.h"
+#include "ppport.h"
#undef context
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs, * tp/Texinfo/XS/convert/call_html_perl_function.c, * tp/Texinfo/XS/parsetexi/Parsetexi.xs: Add/remove #include "ppport.h" according to output of "perl ppport.h".,
Gavin D. Smith <=