]> git.eshelyaron.com Git - emacs.git/commit
Consistently use min and max macros from lisp.h.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 3 Oct 2014 04:35:10 +0000 (08:35 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 3 Oct 2014 04:35:10 +0000 (08:35 +0400)
commit6846b0036a0ff938d93c2d4df0f177dab3e06623
tree58d57f74be7d3f7b9f4c01d7380528e6cbe63c30
parent11bd10a7df907289382bd6f06753e274376d7629
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.
src/ChangeLog
src/coding.c
src/font.c
src/gmalloc.c
src/regex.c
src/unexhp9k800.c
src/unexw32.c