X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fdtime.c;h=1273112bfffd39b23914bec313f6e5261fee3a0e;hp=48e13dbbdccdfd3174c4ccf6d5846f80e21ec8bd;hb=7617aba98c430c925ae133c029d2ab9f570e95b5;hpb=6195a89359453dc49064c8f7a28c02165d2cb972 diff --git a/sbr/dtime.c b/sbr/dtime.c index 48e13db..1273112 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -15,10 +15,6 @@ extern long timezone; #endif -#ifndef abs -# define abs(a) (a >= 0 ? a : -a) -#endif - /* ** The number of days in the year, accounting for leap years */