X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=log.h;h=2ef82a885a2c43fadc3846080eaeee7e4918d32c;hp=9c3bf4ba6eaf2d398e52cb4aadfad36bb7c48434;hb=HEAD;hpb=42a43cd4cc1849658130214cb244e0c88e824471;ds=sidebyside diff --git a/log.h b/log.h index 9c3bf4b..2ef82a8 100644 --- a/log.h +++ b/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2008 Andre Noll + * Copyright (C) 1997-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -23,9 +23,6 @@ #include #include "gcc-compat.h" -/** compute the maximum of \a a and \a b */ -#define MAX(a,b) ((a) > (b) ? (a) : (b)) - /** debug loglevel, gets really noisy */ #define DEBUG 1 /** still noisy, but won't fill your disk */