aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-16 07:53:39 +0000
committerDan Nicolaescu2008-07-16 07:53:39 +0000
commit8111c2d847d234fd2c47deb9cfdce0419267f04f (patch)
tree208e2ccb04617705537d4c0173a75a21cc4f05b7 /src/ChangeLog
parente9a57a88592bfeb173278e7bacfe1b87bc91e0dc (diff)
downloademacs-8111c2d847d234fd2c47deb9cfdce0419267f04f.tar.gz
emacs-8111c2d847d234fd2c47deb9cfdce0419267f04f.zip
* s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
(USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not used by this configuration. * emacs.c: Remove code depending on USG_SHARED_LIBRARIES. * unexec.c: Remove code depending on HPUX and USG_SHARED_LIBRARIES, not used with this file. Remove code depending on IRIS, unused. Remove if 0-ed code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d6aeeac399..d85ed8405b7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12008-07-16 Dan Nicolaescu <dann@ics.uci.edu> 12008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
4 (USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
5 used by this configuration.
6 * emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
7 * unexec.c: Remove code depending on HPUX and
8 USG_SHARED_LIBRARIES, not used with this file. Remove code
9 depending on IRIS, unused. Remove if 0-ed code.
10
3 * s/template.h: Remove comments about static. 11 * s/template.h: Remove comments about static.
4 12
5 * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove 13 * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove