emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Eli Zaretskii
Subject: Re: Dynamic loading progress
Date: Fri, 20 Nov 2015 13:59:05 +0200

One more comment:

  #elif defined HAVE_UNISTD_H

  /* POSIX systems.  */

  #include <dlfcn.h>

This should probably use HAVE_DLFCN_H instead (computed by configure),
instead of relying on unistd.h.

Btw, 2 of the mod-test tests fail for me today; yesterday they all
passed.  I cannot see what could cause this, since all the relevant
changes seem to me to be only reformatting and more or less trivial
changes in data types.



reply via email to

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