[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6416] Fix compilation of xspara.c on MS-Windows.
From: |
Eli Zaretskii |
Subject: |
[6416] Fix compilation of xspara.c on MS-Windows. |
Date: |
Sat, 11 Jul 2015 18:30:07 +0000 |
Revision: 6416
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6416
Author: eliz
Date: 2015-07-11 18:30:04 +0000 (Sat, 11 Jul 2015)
Log Message:
-----------
Fix compilation of xspara.c on MS-Windows.
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/Texinfo/Convert/XSParagraph/mylib/xspara.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-07-11 18:19:30 UTC (rev 6415)
+++ trunk/ChangeLog 2015-07-11 18:30:04 UTC (rev 6416)
@@ -1,3 +1,9 @@
+2015-07-11 Eli Zaretskii <address@hidden>
+
+ * tp/Texinfo/Convert/XSParagraph/mylib/xspara.c (xspara_add_text):
+ Use dTHX to avoid perl error about undefined "my_perl" due to
+ Perl's "free" being used.
+
2015-07-11 Gavin Smith <address@hidden>
* run gnulib-tool --add-import --libtool at top level
Modified: trunk/tp/Texinfo/Convert/XSParagraph/mylib/xspara.c
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/mylib/xspara.c 2015-07-11 18:19:30 UTC
(rev 6415)
+++ trunk/tp/Texinfo/Convert/XSParagraph/mylib/xspara.c 2015-07-11 18:30:04 UTC
(rev 6416)
@@ -747,6 +747,7 @@
wchar_t wc;
size_t char_len;
TEXT result;
+ dTHX;
text_init (&result);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6416] Fix compilation of xspara.c on MS-Windows.,
Eli Zaretskii <=