diff options
| author | Pavel Janík | 2001-10-24 06:32:53 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-24 06:32:53 +0000 |
| commit | a8818eb978c3c67ebd70a6ebb95eb33578074f21 (patch) | |
| tree | 7c4cd98e86c10204f595ccfe15b6365028d7de1c /src/widget.c | |
| parent | 996fee11d7493276e55e66b01daa65f3738fbe02 (diff) | |
| download | emacs-a8818eb978c3c67ebd70a6ebb95eb33578074f21.tar.gz emacs-a8818eb978c3c67ebd70a6ebb95eb33578074f21.zip | |
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. */ | |||
| 54 | #include <signal.h> | 54 | #include <signal.h> |
| 55 | #include "syssignal.h" | 55 | #include "syssignal.h" |
| 56 | 56 | ||
| 57 | #define max(a, b) ((a) > (b) ? (a) : (b)) | ||
| 58 | |||
| 59 | /* This sucks: this is the first default that x-faces.el tries. This won't | 57 | /* This sucks: this is the first default that x-faces.el tries. This won't |
| 60 | be used unless neither the "Emacs.EmacsFrame" resource nor the | 58 | be used unless neither the "Emacs.EmacsFrame" resource nor the |
| 61 | "Emacs.EmacsFrame" resource is set; the frame | 59 | "Emacs.EmacsFrame" resource is set; the frame |