X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=para.h;h=218b8147add53bf6805b0a8135927a8e36faa95a;hp=3f2da13a859782ba8c5a014d6e6511ecd97d1f28;hb=f6f1c320fd85a991b9e8280266f29f2db65e94ed;hpb=e9805263600a69a88e60edd1c8b4ba9e01a79322 diff --git a/para.h b/para.h index 3f2da13a..218b8147 100644 --- a/para.h +++ b/para.h @@ -42,7 +42,7 @@ typeof(x) _max1 = (x); \ typeof(y) _max2 = (y); \ (void) (&_max1 == &_max2); \ - _max1 < _max2 ? _max1 : _max2; }) + _max1 < _max2 ? _max2 : _max1; }) /** Compute the absolute value of \a x. */ #define PARA_ABS(x) ({ \