Mercurial > emacs
diff lib-src/ChangeLog @ 34989:46102270d90c
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 02 Jan 2001 14:27:49 +0000 |
parents | d5f4808ddf54 |
children | 0c77a90c7107 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Tue Jan 02 14:26:22 2001 +0000 +++ b/lib-src/ChangeLog Tue Jan 02 14:27:49 2001 +0000 @@ -1,3 +1,20 @@ +2001-01-02 Eli Zaretskii <a34785@is.elta.co.il> + + * ebrowse.c (enter_namespace, main): Cast variables to shut up + compiler warnings. + (yyerror): Change parameter declarations to be of type long, so + that they can take pointers on 64-bit platforms. + + * emacsclient.c (main): Remove unused local variable statbfr. + (main) <homedir>: Make its declaration conditional on + SERVER_HOME_DIR, to avoid compiler warnings. + + * emacsserver.c (main) <homedir>: Make its declaration conditional + on SERVER_HOME_DIR, to avoid compiler warnings. + + * fakemail.c (readline): Cast buffer to "long *" to pacify + over-zealous compilers. + 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il> * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.