texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/convert/call_html_perl_function.c


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/convert/call_html_perl_function.c: include ppport.h for G_LIST.
Date: Thu, 06 Jun 2024 12:15:34 -0400

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 4ae69679ae * tp/Texinfo/XS/convert/call_html_perl_function.c: include 
ppport.h for G_LIST.
4ae69679ae is described below

commit 4ae69679aedf6501d2507a2847fb95cd293f0257
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Jun 6 18:15:26 2024 +0200

    * tp/Texinfo/XS/convert/call_html_perl_function.c: include ppport.h for
    G_LIST.
---
 ChangeLog                                       | 5 +++++
 tp/Texinfo/XS/convert/call_html_perl_function.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index bc52b98429..e8e8d4a0a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-06  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/convert/call_html_perl_function.c: include ppport.h for
+       G_LIST.
+
 2024-06-06  Patrice Dumas  <pertusus@free.fr>
 
        Substitute Perl formatting function for button only for Perl with 
cv_name
diff --git a/tp/Texinfo/XS/convert/call_html_perl_function.c 
b/tp/Texinfo/XS/convert/call_html_perl_function.c
index a95c6d2f77..ba13b9582c 100644
--- a/tp/Texinfo/XS/convert/call_html_perl_function.c
+++ b/tp/Texinfo/XS/convert/call_html_perl_function.c
@@ -26,6 +26,7 @@
   #undef free
 #endif
 #include "XSUB.h"
+#include "ppport.h"
 
 #undef context
 



reply via email to

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