diff options
| author | Thien-Thi Nguyen | 2005-03-21 17:36:01 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-03-21 17:36:01 +0000 |
| commit | 32b939ead529324d6c5627fd24471b4e6efe88c5 (patch) | |
| tree | 6c4667d21f373de6487449d412398adf8956d70c /src | |
| parent | 077f708503607474b08532510982c4f4aa36ec26 (diff) | |
| download | emacs-32b939ead529324d6c5627fd24471b4e6efe88c5.tar.gz emacs-32b939ead529324d6c5627fd24471b4e6efe88c5.zip | |
(LD_SWITCH_SYSTEM_tmp): Define if undefined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/s/openbsd.h | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7b85f12f1b7..ffe7e872878 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * s/openbsd.h (LD_SWITCH_SYSTEM_tmp): Define if undefined. | ||
| 4 | |||
| 1 | 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * frame.c (Fignore_event): Remove. | 7 | * frame.c (Fignore_event): Remove. |
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index d3730324ce8..39e48da39a7 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -3,6 +3,13 @@ | |||
| 3 | /* Mostly the same as NetBSD. */ | 3 | /* Mostly the same as NetBSD. */ |
| 4 | #include "netbsd.h" | 4 | #include "netbsd.h" |
| 5 | 5 | ||
| 6 | /* This very-badly named symbol is conditionally defined in netbsd.h. | ||
| 7 | Better would be either to not need it in the first place, or to choose | ||
| 8 | a more descriptive name. */ | ||
| 9 | #ifndef LD_SWITCH_SYSTEM_tmp | ||
| 10 | #define LD_SWITCH_SYSTEM_tmp /* empty */ | ||
| 11 | #endif | ||
| 12 | |||
| 6 | /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this | 13 | /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this |
| 7 | is necessary. Otherwise Emacs dumps core when run -nw. */ | 14 | is necessary. Otherwise Emacs dumps core when run -nw. */ |
| 8 | #undef LIBS_TERMCAP | 15 | #undef LIBS_TERMCAP |