]> git.tuebingen.mpg.de Git - paraslash.git/commit
Replace MAX, MIN, ABS macros by type-checking variants.
authorAndre Noll <maan@systemlinux.org>
Mon, 1 Dec 2008 15:51:37 +0000 (16:51 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 1 Dec 2008 15:51:37 +0000 (16:51 +0100)
commit3062b9da4f71ea236f46efda9a51add1b15cda1a
tree937fcd78834fc8dc64641676ed2487c1fa9c34c6
parentd9e608504d9d0e71380907559546e211c4f0ce55
Replace MAX, MIN, ABS macros by type-checking variants.

Taken from the Linux kernel. These macros also evaluate each parameter
only once. Fix up all resulting gcc warnings.
aft.c
attribute.c
audiod.c
compress_filter.c
mp3dec_filter.c
ogg_afh.c
para.h
write.h