diff options
| author | Dan Nicolaescu | 2009-07-27 17:52:17 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-07-27 17:52:17 +0000 |
| commit | 780c250664e53b908b936f117314dcc69b86d364 (patch) | |
| tree | d216bfa23c107c5f2cd8e0356d9100d780c16597 /src | |
| parent | 1c0f0c3b5b5df332210f49e6c08fd73474f3655c (diff) | |
| download | emacs-780c250664e53b908b936f117314dcc69b86d364.tar.gz emacs-780c250664e53b908b936f117314dcc69b86d364.zip | |
(SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/s/netbsd.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bc3f9b57ba4..4dd53f21981 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h | ||
| 4 | |||
| 1 | 2009-07-27 Kenichi Handa <handa@m17n.org> | 5 | 2009-07-27 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * xfaces.c (face_with_height): Call font_clear_prop. | 7 | * xfaces.c (face_with_height): Call font_clear_prop. |
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 93c03dda2db..81fba0440f7 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -33,8 +33,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 33 | #undef LDAV_SYMBOL | 33 | #undef LDAV_SYMBOL |
| 34 | #define HAVE_GETLOADAVG 1 | 34 | #define HAVE_GETLOADAVG 1 |
| 35 | 35 | ||
| 36 | #define SIGNALS_VIA_CHARACTERS | ||
| 37 | |||
| 38 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 36 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
| 39 | 37 | ||
| 40 | /* netbsd uses OXTABS instead of the expected TAB3. */ | 38 | /* netbsd uses OXTABS instead of the expected TAB3. */ |