diff options
| author | Pavel Janík | 2001-12-19 07:21:17 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-19 07:21:17 +0000 |
| commit | e69233c2de0e722fd9f7805ecf68a6279034de12 (patch) | |
| tree | e8ec2c145235630d74524a53c9ea76d960d140a1 /lib-src/ChangeLog | |
| parent | 69bfc389e93e4167de96c719f7a6c1c7b9ff7b05 (diff) | |
| download | emacs-e69233c2de0e722fd9f7805ecf68a6279034de12.tar.gz emacs-e69233c2de0e722fd9f7805ecf68a6279034de12.zip | |
Include "config.h", not <../src/config.h>.
(main): Parenthesize assignment when used as truth value to
prevent gcc warnings.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a360389ecb3..33717725b5d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-12-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-12-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * emacsclient.c: Include "config.h", not <../src/config.h>. | ||
| 4 | (main): Parenthesize assignment when used as truth value to | ||
| 5 | prevent gcc warnings. | ||
| 6 | |||
| 3 | * ebrowse.c: Include stdlib.h and string.h conditionally. | 7 | * ebrowse.c: Include stdlib.h and string.h conditionally. |
| 4 | 8 | ||
| 5 | 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il> | 9 | 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il> |