diff options
| author | Dmitry Antipov | 2012-08-10 17:24:20 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-10 17:24:20 +0400 |
| commit | 7961135cf7f9747dc89605abb81006c7c3dbb2c4 (patch) | |
| tree | 50c5f323a0ca44720eae14e9a25f5da0617846f8 /src/ChangeLog | |
| parent | c69f56a207451f7f874877d02a44d4e4e6353b03 (diff) | |
| download | emacs-7961135cf7f9747dc89605abb81006c7c3dbb2c4.tar.gz emacs-7961135cf7f9747dc89605abb81006c7c3dbb2c4.zip | |
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/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6874ff9c19..82b761a29c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Fix last change to allow compilation with low optimization levels. | ||
| 4 | * intervals.c (INTERVALS_INLINE): Define to EXTERN_INLINE. | ||
| 5 | Reported by Jan Djärv <jan.h.d@swipnet.se>. | ||
| 6 | |||
| 7 | 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 8 | |||
| 3 | Use common inline syntax in intervals.h. | 9 | Use common inline syntax in intervals.h. |
| 4 | * intervals.h (INTERVALS_INLINE): New macro. | 10 | * intervals.h (INTERVALS_INLINE): New macro. |
| 5 | Change all users from LISP_INLINE. | 11 | Change all users from LISP_INLINE. |