emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108982: * src/s/gnu.h (SIGNALS_VIA_C


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108982: * src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here
Date: Mon, 09 Jul 2012 19:23:59 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108982
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-07-09 19:23:59 -0400
message:
  * src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here
  (the included bsd-common.h does so)
modified:
  src/ChangeLog
  src/s/gnu.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-09 21:28:39 +0000
+++ b/src/ChangeLog     2012-07-09 23:23:59 +0000
@@ -1,5 +1,8 @@
 2012-07-09  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'src/s/gnu.h'
--- a/src/s/gnu.h       2012-06-13 02:32:49 +0000
+++ b/src/s/gnu.h       2012-07-09 23:23:59 +0000
@@ -21,8 +21,6 @@
 /* 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; })
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]