diff options
| author | Chong Yidong | 2009-11-21 04:50:36 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-11-21 04:50:36 +0000 |
| commit | eb7fdcd95056e9727c50dbe6f3ee16d73e2f598c (patch) | |
| tree | a65a3ee83ea044de78bfa82bc5288728af813d7a /src | |
| parent | 26d9285f3213af5175bc0d8dad2278b3b5506a0e (diff) | |
| download | emacs-eb7fdcd95056e9727c50dbe6f3ee16d73e2f598c.tar.gz emacs-eb7fdcd95056e9727c50dbe6f3ee16d73e2f598c.zip | |
Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/cygwin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index f438d3a82e9..69b826ac932 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h | |||
| @@ -107,8 +107,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 107 | #define POSIX_SIGNALS 1 | 107 | #define POSIX_SIGNALS 1 |
| 108 | #define LINKER $(CC) | 108 | #define LINKER $(CC) |
| 109 | 109 | ||
| 110 | #define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS | ||
| 111 | |||
| 112 | /* Use terminfo instead of termcap. Fewer environment variables to | 110 | /* Use terminfo instead of termcap. Fewer environment variables to |
| 113 | go wrong, more terminal types. */ | 111 | go wrong, more terminal types. */ |
| 114 | #define TERMINFO | 112 | #define TERMINFO |