aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-21 10:37:35 -0800
committerPaul Eggert2011-02-21 10:37:35 -0800
commit0d7fdc0ef49f92c2ae20e13b172fc5ccc81f36f7 (patch)
treed3ee8e8f25375fac9ab75dcd72914cd28b977c8e /lib-src/ChangeLog
parent1afca8cc21992331ee81622702d5449473cafe94 (diff)
downloademacs-0d7fdc0ef49f92c2ae20e13b172fc5ccc81f36f7.tar.gz
emacs-0d7fdc0ef49f92c2ae20e13b172fc5ccc81f36f7.zip
* movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE):
Remove unused macros. * pop.c (index): Remove unused macro. (KPOP_PORT): Define only if KERBEROS is defined.
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 f2f2c0af1ce..53983a9decc 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -2,6 +2,10 @@
2 2
3 * movemail.c (main, pop_retr): Rename locals to avoid shadowing. 3 * movemail.c (main, pop_retr): Rename locals to avoid shadowing.
4 (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars. 4 (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars.
5 (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE):
6 Remove unused macros.
7 * pop.c (index): Remove unused macro.
8 (KPOP_PORT): Define only if KERBEROS is defined.
5 9
6 Declare file-scope functions and variables static if not exported. 10 Declare file-scope functions and variables static if not exported.
7 This is more consistent, and is nicer with gcc -Wstrict-prototypes. 11 This is more consistent, and is nicer with gcc -Wstrict-prototypes.