emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: xfaces.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfaces.c,v
retrieving revision 1.359.2.3
retrieving revision 1.359.2.4
diff -u -b -r1.359.2.3 -r1.359.2.4
--- xfaces.c    27 Aug 2007 03:50:38 -0000      1.359.2.3
+++ xfaces.c    14 Sep 2007 06:20:58 -0000      1.359.2.4
@@ -264,6 +264,7 @@
 
 #include <ctype.h>
 
+#undef abs
 #define abs(X)         ((X) < 0 ? -(X) : (X))
 
 /* Number of pt per inch (from the TeXbook).  */




reply via email to

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