aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/s/cygwin.h4
2 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e352ada73a3..dd46874e679 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge gnulib getopt implementation into Emacs.
4
5 * s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
6 now part of lib-src.
7
12005-07-26 Stefan Monnier <monnier@iro.umontreal.ca> 82005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters). 10 * eval.c (Fdefvar): Allow (defvar enable-multibyte-characters).
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 0094ef793dc..ac977b8cb52 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -1,7 +1,7 @@
1/* Template for system description header files. 1/* Template for system description header files.
2 This file describes the parameters that system description files 2 This file describes the parameters that system description files
3 should define or not. 3 should define or not.
4 Copyright (C) 1985, 1986, 1992, 1999 Free Software Foundation, Inc. 4 Copyright (C) 1985, 1986, 1992, 1999, 2005 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
@@ -123,8 +123,6 @@ Boston, MA 02110-1301, USA. */
123 emacs lisp pointers */ 123 emacs lisp pointers */
124#define DATA_SEG_BITS 0x20000000 124#define DATA_SEG_BITS 0x20000000
125#define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS 125#define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS
126/* gettext.h is in a strange place */
127#define C_SWITCH_SYSTEM -I/usr/share/gettext
128 126
129/* Use terminfo instead of termcap. Fewer environment variables to 127/* Use terminfo instead of termcap. Fewer environment variables to
130 go wrong, more terminal types. */ 128 go wrong, more terminal types. */