emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src blockinput.h


From: Adrian Robert
Subject: [Emacs-diffs] emacs/src blockinput.h
Date: Wed, 28 Jan 2009 15:13:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/01/28 15:13:18

Modified files:
        src            : blockinput.h 

Log message:
        add parens in a defined statement

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/blockinput.h?cvsroot=emacs&r1=1.27&r2=1.28

Patches:
Index: blockinput.h
===================================================================
RCS file: /sources/emacs/emacs/src/blockinput.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- blockinput.h        8 Jan 2009 03:15:25 -0000       1.27
+++ blockinput.h        28 Jan 2009 15:13:18 -0000      1.28
@@ -59,7 +59,7 @@
 
 extern int pending_atimers;
 
-#if defined HAVE_NS && !defined COCOA_EXPERIMENTAL_CTRL_G
+#if defined (HAVE_NS) && !defined (COCOA_EXPERIMENTAL_CTRL_G)
 /* NS does not use interrupt-driven input processing (yet), so this is
    unneeded and moreover was causing problems. */
 #define BLOCK_INPUT




reply via email to

[Prev in Thread] Current Thread [Next in Thread]