diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2014-10-03 08:35:10 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2014-10-03 08:35:10 +0400 |
commit | 6846b0036a0ff938d93c2d4df0f177dab3e06623 (patch) | |
tree | 58d57f74be7d3f7b9f4c01d7380528e6cbe63c30 /src/unexhp9k800.c | |
parent | 11bd10a7df907289382bd6f06753e274376d7629 (diff) | |
download | emacs-6846b0036a0ff938d93c2d4df0f177dab3e06623.tar.gz emacs-6846b0036a0ff938d93c2d4df0f177dab3e06623.tar.bz2 emacs-6846b0036a0ff938d93c2d4df0f177dab3e06623.zip |
Consistently use min and max macros from lisp.h.
* coding.c (min, max):
* font.c (MAX):
* unexhp9k800.c (min):
* unexw32.c (min, max): Use definitions from lisp.h.
* regex.c (MAX, MIN) [!emacs]: Define own max and min as such.
Adjust users.
* gmalloc.c (min): Tiny style change.
Diffstat (limited to 'src/unexhp9k800.c')
-rw-r--r-- | src/unexhp9k800.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unexhp9k800.c b/src/unexhp9k800.c index 55db8071b76..cbf1835b9ee 100644 --- a/src/unexhp9k800.c +++ b/src/unexhp9k800.c @@ -72,7 +72,6 @@ run_time_remap (char *ignored) #undef roundup #define roundup(x,n) (((x) + ((n) - 1)) & ~((n) - 1)) /* n is power of 2 */ -#define min(x,y) (((x) < (y)) ? (x) : (y)) /* Report a fatal error and exit. */ static _Noreturn void |