Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
afc61943
Commit
afc61943
authored
Apr 30, 2010
by
Dan Nicolaescu
Browse files
* s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
parent
5a1bb006
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/s/gnu.h
src/s/gnu.h
+4
-0
No files found.
src/ChangeLog
View file @
afc61943
2010-04-30 Dan Nicolaescu <dann@ics.uci.edu>
* s/gnu.h (POSIX_SIGNALS):
(START_FILES): New definitions.
2010-04-30 Glenn Morris <rgm@gnu.org>
* Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
...
...
src/s/gnu.h
View file @
afc61943
...
...
@@ -28,6 +28,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define SIGNALS_VIA_CHARACTERS
#define POSIX_SIGNALS
/* Tell Emacs that we are a terminfo based system; disable the use
of local termcap. (GNU uses ncurses.) */
#ifdef HAVE_LIBNCURSES
...
...
@@ -44,6 +46,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define ORDINARY_LINK
#define DATA_START ({ extern int data_start; (char *) &data_start; })
#define START_FILES
/* Some losing code fails to include this and then assumes
that because it is braindead that O_RDONLY==0. */
#ifndef NOT_C_CODE
...
...
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