mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 11:57:36 +00:00
* 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:
parent
b33da87cd1
commit
d4f600ff81
2 changed files with 3 additions and 2 deletions
|
|
@ -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; })
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue