mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Don't define max.
This commit is contained in:
parent
996fee11d7
commit
a8818eb978
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* widget.c: Don't define max.
|
||||
|
||||
* process.c: Don't define max.
|
||||
(create_process): Remove unused variable `buffer'.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue