* src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here
authorGlenn Morris <rgm@gnu.org>
Mon, 9 Jul 2012 23:23:59 +0000 (19:23 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 9 Jul 2012 23:23:59 +0000 (19:23 -0400)
(the included bsd-common.h does so)

src/ChangeLog
src/s/gnu.h

index 5846fba..7e3372b 100644 (file)
@@ -1,5 +1,8 @@
 2012-07-09  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index c2bcf7f..a8e2c4c 100644 (file)
@@ -21,8 +21,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* 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; })