texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Sat, 22 Oct 2022 15:59:27 -0400 (EDT)

branch: master
commit 90e3ffb985a4c6a68e89636dbfa1516ef3301a42
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Oct 22 20:45:11 2022 +0100

    Revert "* tp/Texinfo/XS/XSParagraph.xs,"
    
    This reverts commit 5c1874da10e984e97d87ac18afd5064aa10339ce.
---
 tp/Texinfo/XS/XSParagraph.xs  | 11 +----------
 tp/Texinfo/XS/parsetexi/api.c |  9 ---------
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/tp/Texinfo/XS/XSParagraph.xs b/tp/Texinfo/XS/XSParagraph.xs
index 70cabd7bad..9c17032cdf 100644
--- a/tp/Texinfo/XS/XSParagraph.xs
+++ b/tp/Texinfo/XS/XSParagraph.xs
@@ -2,15 +2,6 @@
   #include <config.h>
 #endif
 
-/* Avoid warnings about Perl headers redefining symbols that gnulib
-   redefined already. */
-#if defined _WIN32 && !defined __CYGWIN__
-  #undef putenv
-  #undef fdopen
-  #undef mktemp
-  #undef free
-#endif
-
 #define PERL_NO_GET_CONTEXT
 #include "EXTERN.h"
 #include "perl.h"
@@ -22,7 +13,7 @@
 
 MODULE = Texinfo::Convert::Paragraph PACKAGE = Texinfo::Convert::Paragraph 
PREFIX = xspara_
 
-#  Copyright 2010-2022 Free Software Foundation, Inc.
+#  Copyright 2010-2020 Free Software Foundation, Inc.
 #
 #  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
diff --git a/tp/Texinfo/XS/parsetexi/api.c b/tp/Texinfo/XS/parsetexi/api.c
index e06dd56467..31227ae0a4 100644
--- a/tp/Texinfo/XS/parsetexi/api.c
+++ b/tp/Texinfo/XS/parsetexi/api.c
@@ -15,15 +15,6 @@
 
 #include <config.h>
 
-/* Avoid warnings about Perl headers redefining symbols that gnulib
-   redefined already. */
-#if defined _WIN32 && !defined __CYGWIN__
-  #undef putenv
-  #undef fdopen
-  #undef mktemp
-  #undef free
-#endif
-
 /* Avoid namespace conflicts. */
 #define context perl_context
 



reply via email to

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