texinfo-devel
[Top][All Lists]
Advanced

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

Re: Using Perl's cc


From: Eli Zaretskii
Subject: Re: Using Perl's cc
Date: Sat, 11 Jul 2015 21:06:26 +0300

> Date: Sat, 11 Jul 2015 20:53:23 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
> 
> > Date: Sat, 11 Jul 2015 18:17:41 +0100
> > From: Gavin Smith <address@hidden>
> > Cc: address@hidden
> > 
> > This needs a dTHX line at the start of the function, which I'll add.
> 
> The problem with malloc is indeed solved by revision 6414, but a
> similar one with free is still there:

This change fixes that:

Index: tp/Texinfo/Convert/XSParagraph/mylib/xspara.c
===================================================================
--- tp/Texinfo/Convert/XSParagraph/mylib/xspara.c       (revision 6414)
+++ tp/Texinfo/Convert/XSParagraph/mylib/xspara.c       (working copy)
@@ -747,6 +747,7 @@
   wchar_t wc;
   size_t char_len;
   TEXT result;
+  dTHX;
 
   text_init (&result);
 

Is that the right fix?



reply via email to

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