diff options
| author | Dan Nicolaescu | 2010-03-29 19:47:23 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-29 19:47:23 -0700 |
| commit | 32a8894e5b88564765dc67955751f75d2c9dabcf (patch) | |
| tree | ec2df6853c265bcba382c88bf648edd4663b81f7 /src/m | |
| parent | 146b8b16f39466c12bd21f41b9029abdea4fbe0a (diff) | |
| download | emacs-32a8894e5b88564765dc67955751f75d2c9dabcf.tar.gz emacs-32a8894e5b88564765dc67955751f75d2c9dabcf.zip | |
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.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/hp800.h | 2 | ||||
| -rw-r--r-- | src/m/iris4d.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h index 8acec110272..bf684a871a9 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h | |||
| @@ -93,8 +93,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 93 | 93 | ||
| 94 | #define UNEXEC unexhp9k800.o | 94 | #define UNEXEC unexhp9k800.o |
| 95 | 95 | ||
| 96 | #define LIBS_DEBUG | ||
| 97 | |||
| 98 | /* Include the file bsdtty.h, since this machine has job control. */ | 96 | /* Include the file bsdtty.h, since this machine has job control. */ |
| 99 | #define NEED_BSDTTY | 97 | #define NEED_BSDTTY |
| 100 | 98 | ||
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 06bffceb64c..794227977be 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -53,8 +53,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 53 | #define DATA_START 0x10000000 | 53 | #define DATA_START 0x10000000 |
| 54 | #define DATA_SEG_BITS 0x10000000 | 54 | #define DATA_SEG_BITS 0x10000000 |
| 55 | 55 | ||
| 56 | #define LIBS_DEBUG | ||
| 57 | |||
| 58 | /* Use terminfo instead of termcap. */ | 56 | /* Use terminfo instead of termcap. */ |
| 59 | 57 | ||
| 60 | #define TERMINFO | 58 | #define TERMINFO |