diff options
| author | Glenn Morris | 2012-08-10 14:23:45 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-10 14:23:45 -0400 |
| commit | 25e65510a3d35524ade205c3114970c43dc6ae05 (patch) | |
| tree | d7a273c6b8cc4fbecaaae8d237950d26acaf8d66 /src/ChangeLog | |
| parent | 1530c98e56d331a21ba7ef2c940d1441442ac798 (diff) | |
| download | emacs-25e65510a3d35524ade205c3114970c43dc6ae05.tar.gz emacs-25e65510a3d35524ade205c3114970c43dc6ae05.zip | |
Move IF_LINT from lisp.h to conf_post.h
* src/conf_post.h (IF_LINT, lint_assume): Move here from lisp.h.
* src/lisp.h (IF_LINT, lint_assume): Move to conf_post.h.
* lib-src/make-docfile.c (IF_LINT):
* lib-src/emacsclient.c (IF_LINT): Remove (in config.h now).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 82b761a29c0..3b88f5c94e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * conf_post.h (IF_LINT, lint_assume): Move here from lisp.h. | ||
| 4 | * lisp.h (IF_LINT, lint_assume): Move to conf_post.h. | ||
| 5 | |||
| 1 | 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-08-10 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | Fix last change to allow compilation with low optimization levels. | 8 | Fix last change to allow compilation with low optimization levels. |