aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-21 10:06:25 -0800
committerPaul Eggert2011-02-21 10:06:25 -0800
commitb23b5a5b7dca39b708015979ed8c25901390ac14 (patch)
tree7a84c8534ce93629c091c9d0db52ddaa5f4b9215 /lib-src/ChangeLog
parent6d7132563c23774dddcd825797a29ce7ae94253a (diff)
downloademacs-b23b5a5b7dca39b708015979ed8c25901390ac14.tar.gz
emacs-b23b5a5b7dca39b708015979ed8c25901390ac14.zip
Declare file-scope functions and variables static if not exported.
This is more consistent, and is nicer with gcc -Wstrict-prototypes. * ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c: * profile.c, test-distrib.c, update-game-score.c: Declare non-'main' functions and variables to be static. * ebrowse.c: Omit redundant function prototypes.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c2abbc11925..698e7b60a7a 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,12 @@
12011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 Declare file-scope functions and variables static if not exported.
4 This is more consistent, and is nicer with gcc -Wstrict-prototypes.
5 * ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c:
6 * profile.c, test-distrib.c, update-game-score.c:
7 Declare non-'main' functions and variables to be static.
8 * ebrowse.c: Omit redundant function prototypes.
9
12011-02-20 Juanma Barranquero <lekktu@gmail.com> 102011-02-20 Juanma Barranquero <lekktu@gmail.com>
2 11
3 * makefile.w32-in (obj): Remove md5.o. 12 * makefile.w32-in (obj): Remove md5.o.