aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPavel Janík2001-12-19 07:21:17 +0000
committerPavel Janík2001-12-19 07:21:17 +0000
commite69233c2de0e722fd9f7805ecf68a6279034de12 (patch)
treee8ec2c145235630d74524a53c9ea76d960d140a1 /lib-src/ChangeLog
parent69bfc389e93e4167de96c719f7a6c1c7b9ff7b05 (diff)
downloademacs-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/ChangeLog4
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 @@
12001-12-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-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
52001-12-18 Eli Zaretskii <eliz@is.elta.co.il> 92001-12-18 Eli Zaretskii <eliz@is.elta.co.il>