summaryrefslogtreecommitdiff
path: root/src/intervals.c
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2012-08-10 17:24:20 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2012-08-10 17:24:20 +0400
commit7961135cf7f9747dc89605abb81006c7c3dbb2c4 (patch)
tree50c5f323a0ca44720eae14e9a25f5da0617846f8 /src/intervals.c
parentc69f56a207451f7f874877d02a44d4e4e6353b03 (diff)
downloademacs-7961135cf7f9747dc89605abb81006c7c3dbb2c4.tar.gz
Fix last change to allow compilation with low optimization levels.
* intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE. Reported by Jan Djärv <jan.h.d@swipnet.se>.
Diffstat (limited to 'src/intervals.c')
-rw-r--r--src/intervals.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/intervals.c b/src/intervals.c
index 15dd67d06cb..c3bcdb1ae62 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -38,6 +38,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <config.h>
+
+#define INTERVALS_INLINE EXTERN_INLINE
+
#include <setjmp.h>
#include <intprops.h>
#include "lisp.h"