aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2008-07-17 10:53:02 +0000
committerAndreas Schwab2008-07-17 10:53:02 +0000
commit32cc39257502ab0fb4281d02d08cb08bad436bb7 (patch)
tree0c16497f514c730abad5777ea6bfa8d06acb45f8 /src
parent70357d07233119dc37ce23bfd96eea96bc9c0c5b (diff)
downloademacs-32cc39257502ab0fb4281d02d08cb08bad436bb7.tar.gz
emacs-32cc39257502ab0fb4281d02d08cb08bad436bb7.zip
* s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
* Makefile.in (INSTALL_SCRIPT): Remove duplicate definition. (LIB_STANDARD_LIBSRC): Don't define. (LOADLIBES): Remove LIB_STANDARD_LIBSRC.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/cygwin.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 205a6a108f2..e360dc48ba8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-07-17 Andreas Schwab <schwab@suse.de>
2
3 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
4
12008-07-17 Stefan Monnier <monnier@iro.umontreal.ca> 52008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 Use SDATA. Follow coding convention of placing operators at 7 Use SDATA. Follow coding convention of placing operators at
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index aa696b40379..b1172e622b3 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -112,7 +112,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
112#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) 112#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
113#define GETPGRP_NO_ARG 1 113#define GETPGRP_NO_ARG 1
114#define SYSV_SYSTEM_DIR 1 114#define SYSV_SYSTEM_DIR 1
115#define LIB_STANDARD_LIBSRC
116#define UNEXEC unexcw.o 115#define UNEXEC unexcw.o
117#define POSIX_SIGNALS 1 116#define POSIX_SIGNALS 1
118/* force the emacs image to start high in memory, so dll relocation 117/* force the emacs image to start high in memory, so dll relocation