On Sat, Jul 22, 2017 at 10:52:19AM -0400, Thomas Dickey wrote:
> c) add a cast to fix a signed/unsigned compiler warning

I will check if a newer/better version of regex.c if available in emacs (it was 
taken from there).

> d) add (to help with running valgrind) the ExitProgram macro

Where is HAVE__NC_FREE_AND_EXIT defined?

> e) fix a different fail-to-build with the opaque TERMTYPE

I don't see how these lines are equivalent:

-   TERMTYPE *tp = &cur_term->type;
+   TERMTYPE *tp = (TERMTYPE *)(&cur_term);

Can you elaborate?

--
   Alexander.

Reply via email to