From df2675f7d448cfe832337e7842138daa778e2d17 Mon Sep 17 00:00:00 2001 From: GHPS Date: Tue, 15 Apr 2014 18:02:48 +0200 Subject: [PATCH] Update cstdlib Commented out three lines to compile library using an ATMega1284p with Optiboot bootloader installed and ported Arduino core libraries from Mighty. --- cstdlib | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cstdlib b/cstdlib index 0bdf228..775e234 100644 --- a/cstdlib +++ b/cstdlib @@ -71,9 +71,9 @@ namespace std{ using ::wcstombs; #endif - inline long abs(long i){ - return labs(i); - } +// inline long abs(long i){ +// return labs(i); +// } inline ldiv_t div(long i, long j){ return ldiv(i, j);