# HG changeset patch # User Jan Dj¸«£rv # Date 1189750848 0 # Node ID a7c968652388ffa23978368e1d98d3e0c506f1c9 # Parent 415fda17ec8fa3e835de8a2ae940b64ff59b0a5a (abs): #undef before #define. diff -r 415fda17ec8f -r a7c968652388 src/xterm.c --- a/src/xterm.c Fri Sep 14 06:20:00 2007 +0000 +++ b/src/xterm.c Fri Sep 14 06:20:48 2007 +0000 @@ -155,6 +155,7 @@ #endif #endif +#undef abs #define abs(x) ((x) < 0 ? -(x) : (x)) /* Default to using XIM if available. */