comparison src/widget.c @ 40233:b339083b4be1

Don't define max.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 24 Oct 2001 06:32:26 +0000
parents f70ea2b09e46
children 2203939cc090
comparison
equal deleted inserted replaced
40232:e0deaedeb781 40233:b339083b4be1
51 #include <X11/ShellP.h> 51 #include <X11/ShellP.h>
52 #include "../lwlib/lwlib.h" 52 #include "../lwlib/lwlib.h"
53 53
54 #include <signal.h> 54 #include <signal.h>
55 #include "syssignal.h" 55 #include "syssignal.h"
56
57 #define max(a, b) ((a) > (b) ? (a) : (b))
58 56
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
62 may have the wrong default size if this font doesn't exist, but some other 60 may have the wrong default size if this font doesn't exist, but some other