texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/main/build_perl_info.c, tp/Texinf


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/main/build_perl_info.c, tp/Texinfo/XS/main/get_perl_info.c: do not include config.h, the code should not need portability defines from autoconf or Gnulib.
Date: Thu, 14 Nov 2024 17:45:23 -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 10cb6d393e * tp/Texinfo/XS/main/build_perl_info.c, 
tp/Texinfo/XS/main/get_perl_info.c: do not include config.h, the code should 
not need portability defines from autoconf or Gnulib.
10cb6d393e is described below

commit 10cb6d393eb48ac0f0ed52b714e0347c1b579923
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Nov 14 23:45:17 2024 +0100

    * tp/Texinfo/XS/main/build_perl_info.c,
    tp/Texinfo/XS/main/get_perl_info.c: do not include config.h, the code
    should not need portability defines from autoconf or Gnulib.
---
 ChangeLog                            | 6 ++++++
 tp/Texinfo/XS/main/build_perl_info.c | 2 --
 tp/Texinfo/XS/main/get_perl_info.c   | 2 --
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4adf8ec06e..a608fb7855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-14  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/main/build_perl_info.c,
+       tp/Texinfo/XS/main/get_perl_info.c: do not include config.h, the code
+       should not need portability defines from autoconf or Gnulib.
+
 2024-11-14  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/XSParagraph.xs (xspara_add_text, xspara_add_next):
diff --git a/tp/Texinfo/XS/main/build_perl_info.c 
b/tp/Texinfo/XS/main/build_perl_info.c
index 9dc1f10dab..24b108246e 100644
--- a/tp/Texinfo/XS/main/build_perl_info.c
+++ b/tp/Texinfo/XS/main/build_perl_info.c
@@ -34,8 +34,6 @@
    reason to overflow.
  */
 
-#include <config.h>
-
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
diff --git a/tp/Texinfo/XS/main/get_perl_info.c 
b/tp/Texinfo/XS/main/get_perl_info.c
index e18c7f301e..b33098dd47 100644
--- a/tp/Texinfo/XS/main/get_perl_info.c
+++ b/tp/Texinfo/XS/main/get_perl_info.c
@@ -13,8 +13,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-#include <config.h>
-
 #include <stdlib.h>
 
 /* Avoid namespace conflicts. */



reply via email to

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