diff src/keyboard.c @ 39684:c45a806848d2

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Mon, 08 Oct 2001 08:39:21 +0000
parents 39d3627c1c99
children e479fa559f2e
line wrap: on
line diff
--- a/src/keyboard.c	Mon Oct 08 08:08:08 2001 +0000
+++ b/src/keyboard.c	Mon Oct 08 08:39:21 2001 +0000
@@ -696,9 +696,6 @@
    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.  */