[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r100094: * s/gnu.h (POSIX_SIGNALS, ST
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r100094: * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions. |
Date: |
Fri, 30 Apr 2010 13:48:04 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100094
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-04-30 13:48:04 -0700
message:
* s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.
modified:
src/ChangeLog
src/s/gnu.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-04-30 16:37:01 +0000
+++ b/src/ChangeLog 2010-04-30 20:48:04 +0000
@@ -1,3 +1,8 @@
+2010-04-30 Dan Nicolaescu <address@hidden>
+
+ * s/gnu.h (POSIX_SIGNALS):
+ (START_FILES): New definitions.
+
2010-04-30 Glenn Morris <address@hidden>
* Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
=== modified file 'src/s/gnu.h'
--- a/src/s/gnu.h 2010-03-20 07:57:11 +0000
+++ b/src/s/gnu.h 2010-04-30 20:48:04 +0000
@@ -28,6 +28,8 @@
#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 @@
#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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r100094: * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions.,
Dan Nicolaescu <=