From: Glenn Morris Date: Mon, 9 Jul 2012 23:23:59 +0000 (-0400) Subject: * src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here X-Git-Tag: emacs-24.2.90~1199^2~105 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4f600ff81902be02b489071fa00906f4d41d458;p=emacs.git * src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here (the included bsd-common.h does so) --- diff --git a/src/ChangeLog b/src/ChangeLog index 5846fbab92a..7e3372bc90d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2012-07-09 Glenn Morris + * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here, + since the included bsd-common.h does so. + Stop ns builds setting the EMACSPATH environment variable. * nsterm.m (ns_exec_path): New function, split from ns_init_paths. (ns_init_paths): Do not set EMACSPATH. diff --git a/src/s/gnu.h b/src/s/gnu.h index c2bcf7fd9ab..a8e2c4cdbb8 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -21,8 +21,6 @@ along with GNU Emacs. If not, see . */ /* Get most of the stuff from bsd-common */ #include "bsd-common.h" -#define SIGNALS_VIA_CHARACTERS - /* libc defines data_start. */ #define DATA_START ({ extern int data_start; (char *) &data_start; })