diff -r bef3457be038 -r 160ca7667159 lemon/tolerance.h --- a/lemon/tolerance.h Mon Jul 24 16:08:34 2006 +0000 +++ b/lemon/tolerance.h Mon Jul 24 16:15:48 2006 +0000 @@ -306,7 +306,7 @@ static Value zero() {return 0;} }; -#ifndef __STRICT_ANSI__ +#if defined __GNUC__ && !defined __STRICT_ANSI__ ///Long long integer specialization of \ref Tolerance.