Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d4f600ff
Commit
d4f600ff
authored
Jul 09, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here
(the included bsd-common.h does so)
parent
b33da87c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/ChangeLog
src/ChangeLog
+3
-0
src/s/gnu.h
src/s/gnu.h
+0
-2
No files found.
src/ChangeLog
View file @
d4f600ff
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.
...
...
src/s/gnu.h
View file @
d4f600ff
...
...
@@ -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; })
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment