[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/TestXS.xs: remove <config.h> incl
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/Texinfo/XS/TestXS.xs: remove <config.h> include to avoid possible clash with redefinition of uid_t and gid_t in Perl header files. Report from Eli. |
Date: |
Sun, 08 Dec 2024 06:30:26 -0500 |
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 320488db63 * tp/Texinfo/XS/TestXS.xs: remove <config.h> include to
avoid possible clash with redefinition of uid_t and gid_t in Perl header files.
Report from Eli.
320488db63 is described below
commit 320488db63d359d1fc800bcc1bfd22c91dd0a0a6
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Dec 8 11:30:17 2024 +0000
* tp/Texinfo/XS/TestXS.xs: remove <config.h> include to
avoid possible clash with redefinition of uid_t and gid_t
in Perl header files. Report from Eli.
---
ChangeLog | 6 ++++++
tp/Texinfo/XS/TestXS.xs | 2 --
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 44366e5424..9ebeee29f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-08 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/Texinfo/XS/TestXS.xs: remove <config.h> include to
+ avoid possible clash with redefinition of uid_t and gid_t
+ in Perl header files. Report from Eli.
+
2023-12-08 Eli Zaretskii <eliz@gnu.org>
* tp/Texinfo/XS/main/build_perl_info.c
diff --git a/tp/Texinfo/XS/TestXS.xs b/tp/Texinfo/XS/TestXS.xs
index f8e98b5a0a..233da0fdef 100644
--- a/tp/Texinfo/XS/TestXS.xs
+++ b/tp/Texinfo/XS/TestXS.xs
@@ -1,5 +1,3 @@
-#include <config.h>
-
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"
#include "perl.h"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/TestXS.xs: remove <config.h> include to avoid possible clash with redefinition of uid_t and gid_t in Perl header files. Report from Eli.,
Gavin D. Smith <=