emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109551: Fix last change to allow com


From: Dmitry Antipov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109551: Fix last change to allow compilation with low optimization levels.
Date: Fri, 10 Aug 2012 17:24:20 +0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109551
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Fri 2012-08-10 17:24:20 +0400
message:
  Fix last change to allow compilation with low optimization levels.
  * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
  Reported by Jan Djärv <address@hidden>.
modified:
  src/ChangeLog
  src/intervals.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-08-10 09:37:43 +0000
+++ b/src/ChangeLog     2012-08-10 13:24:20 +0000
@@ -1,5 +1,11 @@
 2012-08-10  Dmitry Antipov  <address@hidden>
 
+       Fix last change to allow compilation with low optimization levels.
+       * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE.
+       Reported by Jan Djärv <address@hidden>.
+
+2012-08-10  Dmitry Antipov  <address@hidden>
+
        Use common inline syntax in intervals.h.
        * intervals.h (INTERVALS_INLINE): New macro.
        Change all users from LISP_INLINE.

=== modified file 'src/intervals.c'
--- a/src/intervals.c   2012-08-10 09:04:19 +0000
+++ b/src/intervals.c   2012-08-10 13:24:20 +0000
@@ -38,6 +38,9 @@
 
 
 #include <config.h>
+
+#define INTERVALS_INLINE EXTERN_INLINE
+
 #include <setjmp.h>
 #include <intprops.h>
 #include "lisp.h"


reply via email to

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