* 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:
@@ -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.
|
||||
|
||||
@@ -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; })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user