diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-10-24 06:32:53 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-10-24 06:32:53 +0000 |
commit | a8818eb978c3c67ebd70a6ebb95eb33578074f21 (patch) | |
tree | 7c4cd98e86c10204f595ccfe15b6365028d7de1c /src/widget.c | |
parent | 996fee11d7493276e55e66b01daa65f3738fbe02 (diff) | |
download | emacs-a8818eb978c3c67ebd70a6ebb95eb33578074f21.tar.gz |
Don't define max.
Diffstat (limited to 'src/widget.c')
-rw-r--r-- | src/widget.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widget.c b/src/widget.c index b4ec35dcd36..53091847c8f 100644 --- a/src/widget.c +++ b/src/widget.c @@ -54,8 +54,6 @@ Boston, MA 02111-1307, USA. */ #include <signal.h> #include "syssignal.h" -#define max(a, b) ((a) > (b) ? (a) : (b)) - /* This sucks: this is the first default that x-faces.el tries. This won't be used unless neither the "Emacs.EmacsFrame" resource nor the "Emacs.EmacsFrame" resource is set; the frame |