]> git.eshelyaron.com Git - emacs.git/commitdiff
*** 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 4e5a211d82e61c1807910c84fcbf9d30750b02ae..c4030bffbb67be67bb62fd93b752428dc3be0c62 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 b9b825e16b30d9f821a42882a378d8a8fea5b058..6319ca2ff6493e7de179abcade382a852fee1003 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.  */