* src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here

(the included bsd-common.h does so)
This commit is contained in:
Glenn Morris 2012-07-09 19:23:59 -04:00
parent b33da87cd1
commit d4f600ff81
2 changed files with 3 additions and 2 deletions

View 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.

View 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; })