*** empty log message ***
authorPavel Janík <Pavel@Janik.cz>
Mon, 8 Oct 2001 08:39:21 +0000 (08:39 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 8 Oct 2001 08:39:21 +0000 (08:39 +0000)
src/ChangeLog
src/keyboard.c

index 4e5a211..c4030bf 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * keyboard.c: Don't define min/max.
+
 2001-10-08  Gerd Moellmann  <gerd@gnu.org>
 
        * xterm.c, xmenu.c, xfns.c, xdisp.c, window.c: 
index b9b825e..6319ca2 100644 (file)
@@ -696,9 +696,6 @@ static void any_kboard_state P_ ((void));
    to support it.  */
 static int cannot_suspend;
 
-#define        min(a,b)        ((a)<(b)?(a):(b))
-#define        max(a,b)        ((a)>(b)?(a):(b))
-
 /* Install the string STR as the beginning of the string of echoing,
    so that it serves as a prompt for the next character.
    Also start echoing.  */