diff options
| author | Glenn Morris | 2010-05-12 20:18:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-12 20:18:04 -0700 |
| commit | 0116466b56b2cfee2f4e4bdf2aaa17a9ad0f56ea (patch) | |
| tree | a2d985980fb9a550d955d924fbcb600efcc1594c /nt | |
| parent | 5a903aa9e08139e51560382fd76afa69d7e50262 (diff) | |
| download | emacs-0116466b56b2cfee2f4e4bdf2aaa17a9ad0f56ea.tar.gz emacs-0116466b56b2cfee2f4e4bdf2aaa17a9ad0f56ea.zip | |
Remove some unused #define's, previously replaced by variables.
* configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
* src/Makefile.in (LD_SWITCH_X_SITE): Define as a variable, not via cpp.
(LIBX_BASE): Use $LD_SWITCH_X_SITE.
* nt/config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
* msdos/sed1v2.inp: Comment.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 19 |
2 files changed, 7 insertions, 16 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 3be9a7f61d4..6db0eb744c9 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs. | ||
| 4 | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Version 23.2 released. | 7 | * Version 23.2 released. |
diff --git a/nt/config.nt b/nt/config.nt index 9e223573ea3..7ec98fb7666 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* GNU Emacs site configuration template file. -*- C -*- | 1 | /* GNU Emacs site configuration template file. -*- C -*- |
| 2 | Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | |
| 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | Copyright (C) 1988, 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -318,20 +319,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 318 | 319 | ||
| 319 | #define subprocesses | 320 | #define subprocesses |
| 320 | 321 | ||
| 321 | /* Define LD_SWITCH_X_SITE to contain any special flags your loader | ||
| 322 | may need to deal with X Windows. For instance, if you've defined | ||
| 323 | HAVE_X_WINDOWS above and your X libraries aren't in a place that | ||
| 324 | your loader can find on its own, you might want to add "-L/..." or | ||
| 325 | something similar. */ | ||
| 326 | #undef LD_SWITCH_X_SITE | ||
| 327 | |||
| 328 | /* Define C_SWITCH_X_SITE to contain any special flags your compiler | ||
| 329 | may need to deal with X Windows. For instance, if you've defined | ||
| 330 | HAVE_X_WINDOWS above and your X include files aren't in a place | ||
| 331 | that your compiler can find on its own, you might want to add | ||
| 332 | "-I/..." or something similar. */ | ||
| 333 | #undef C_SWITCH_X_SITE | ||
| 334 | |||
| 335 | /* Define STACK_DIRECTION here, but not if m/foo.h did. */ | 322 | /* Define STACK_DIRECTION here, but not if m/foo.h did. */ |
| 336 | #ifndef STACK_DIRECTION | 323 | #ifndef STACK_DIRECTION |
| 337 | #undef STACK_DIRECTION | 324 | #undef STACK_DIRECTION |