emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master f655d09: Avoid link-time errors due to inline funct


From: Eli Zaretskii
Subject: [Emacs-diffs] master f655d09: Avoid link-time errors due to inline functions
Date: Sat, 10 Oct 2015 10:45:52 +0000

branch: master
commit f655d09fd5b49652f11ab91a31b920dbc36eb10f
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Avoid link-time errors due to inline functions
    
    * src/emacs.c: Include puresize.h, to avoid link-time errors in
    unoptimized builds due to PURE_P and CHECK_IMPURE, which are now
    inline functions.
---
 src/emacs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/emacs.c b/src/emacs.c
index 5a6999d..3eff5a7 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -82,6 +82,7 @@ along with GNU Emacs.  If not, see 
<http://www.gnu.org/licenses/>.  */
 #include "syntax.h"
 #include "sysselect.h"
 #include "systime.h"
+#include "puresize.h"
 
 #include "gnutls.h"
 



reply via email to

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