Mercurial > emacs
comparison src/ChangeLog @ 107575:dbd787c249c5
Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG.
* s/usg5-4.h (LIBS_DEBUG):
* s/irix6-5.h (C_DEBUG_SWITCH):
* s/gnu-linux.h (LIBS_DEBUG):
* s/darwin.h (LIBS_DEBUG):
* s/bsd-common.h (LIBS_DEBUG):
* s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH):
* m/iris4d.h (LIBS_DEBUG):
* m/hp800.h (LIBS_DEBUG): Remove definitions.
* Makefile.in (LIBES): Remove reference to LIBS_DEBUG.
(LIBS_DEBUG): Remove definition.
* configure.in: Remove all references to C_DEBUG_SWITCH.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 29 Mar 2010 19:47:23 -0700 |
parents | 59e2de1eaab1 |
children | babfb0a156a1 |
comparison
equal
deleted
inserted
replaced
107574:2628198e4d2a | 107575:dbd787c249c5 |
---|---|
1 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. | |
4 * s/usg5-4.h (LIBS_DEBUG): | |
5 * s/irix6-5.h (C_DEBUG_SWITCH): | |
6 * s/gnu-linux.h (LIBS_DEBUG): | |
7 * s/darwin.h (LIBS_DEBUG): | |
8 * s/bsd-common.h (LIBS_DEBUG): | |
9 * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH): | |
10 * m/iris4d.h (LIBS_DEBUG): | |
11 * m/hp800.h (LIBS_DEBUG): Remove definitions. | |
12 | |
13 * Makefile.in (LIBES): Remove reference to LIBS_DEBUG. | |
14 (LIBS_DEBUG): Remove definition. | |
15 | |
1 2010-03-27 Chong Yidong <cyd@stupidchicken.com> | 16 2010-03-27 Chong Yidong <cyd@stupidchicken.com> |
2 | 17 |
3 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for | 18 * process.c (Fmake_network_process): Don't apply Bug#5173 fix for |
4 Windows. | 19 Windows. |
5 | 20 |