[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/syssignal.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/syssignal.h,v |
Date: |
Sun, 27 Jul 2008 18:25:10 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/27 18:24:49
Index: src/syssignal.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/syssignal.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -b -r1.51 -r1.52
--- src/syssignal.h 26 Jun 2008 04:24:38 -0000 1.51
+++ src/syssignal.h 27 Jul 2008 18:24:47 -0000 1.52
@@ -19,7 +19,7 @@
extern void init_signals P_ ((void));
-#if defined (HAVE_GTK_AND_PTHREAD) || (defined (HAVE_CARBON) &&
MAC_OS_X_VERSION_MAX_ALLOWED >= 1020)
+#if defined (HAVE_GTK_AND_PTHREAD)
#include <pthread.h>
/* If defined, asynchronous signals delivered to a non-main thread are
forwarded to the main thread. */
- [Emacs-diffs] Changes to emacs/src/syssignal.h,v,
Dan Nicolaescu <=