1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

*** empty log message ***

This commit is contained in:
Pavel Janík 2002-01-01 22:14:32 +00:00
parent 37aabdcc47
commit 03950b5baf
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2002-01-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* b2m.c (main): Parenthesize assignment when used as truth value
to prevent gcc warnings.
* fakemail.c: Include <config.h>.
2001-12-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,

View File

@ -1,5 +1,8 @@
2002-01-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
when used as truth value to prevent gcc warnings.
* sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
* w32proc.c: Include <config.h>.