diff -r 14a7e712e80f -r 7992dcb0d0e6 lemon/tolerance.h --- a/lemon/tolerance.h Fri Feb 20 06:59:00 2009 +0000 +++ b/lemon/tolerance.h Fri Feb 20 18:06:10 2009 +0000 @@ -371,7 +371,7 @@ static Value zero() {return 0;} }; -#if defined __GNUC__ && !defined __STRICT_ANSI__ +#if HAVE_LONG_LONG ///Long long integer specialization of Tolerance.