diff options
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. |