aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2012-01-28 11:11:41 +0800
committerChong Yidong2012-01-28 11:11:41 +0800
commit0e24a8b2f490baa90f726639134d04ec82078b98 (patch)
tree0a4725fb865808348453a957398b8fe1cc036301 /src
parentcc0adcb06af30c3f45d43c1231f7906d0844e131 (diff)
downloademacs-0e24a8b2f490baa90f726639134d04ec82078b98.tar.gz
emacs-0e24a8b2f490baa90f726639134d04ec82078b98.zip
* src/s/gnu.h: Define POSIX_SIGNALS.
Fixes: debbugs:10552
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/s/gnu.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 03db4199090..720614faecc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12012-01-28 Samuel Thibault <sthibault@debian.org> (tiny change)
2
3 * s/gnu.h: Define POSIX_SIGNALS (Bug#10552).
4
12012-01-28 Chong Yidong <cyd@gnu.org> 52012-01-28 Chong Yidong <cyd@gnu.org>
2 6
7
3 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550). 8 * minibuf.c (syms_of_minibuf): Doc fix (Bug#10550).
4 9
52012-01-26 Chong Yidong <cyd@gnu.org> 102012-01-26 Chong Yidong <cyd@gnu.org>
diff --git a/src/s/gnu.h b/src/s/gnu.h
index be831a833a5..37aaa1357cc 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -44,5 +44,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
44#endif /* !_IO_STDIO_H */ 44#endif /* !_IO_STDIO_H */
45#endif /* emacs */ 45#endif /* emacs */
46 46
47#define POSIX_SIGNALS 1
48
47/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ 49/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */
48#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 50#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS