emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xterm.c,v [EMACS_22_BASE]


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v [EMACS_22_BASE]
Date: Fri, 14 Sep 2007 06:20:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jan Djärv <jhd>        07/09/14 06:20:49

Index: xterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.c,v
retrieving revision 1.943.2.8
retrieving revision 1.943.2.9
diff -u -b -r1.943.2.8 -r1.943.2.9
--- xterm.c     17 Aug 2007 07:53:18 -0000      1.943.2.8
+++ xterm.c     14 Sep 2007 06:20:48 -0000      1.943.2.9
@@ -155,6 +155,7 @@
 #endif
 #endif
 
+#undef abs
 #define abs(x) ((x) < 0 ? -(x) : (x))
 
 /* Default to using XIM if available.  */




reply via email to

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