fix syntax error (again!)

This commit is contained in:
Vitor Santos Costa 2009-04-27 18:28:43 -05:00
parent 9c4e4b12bb
commit ecb54b0f63
1 changed files with 0 additions and 8 deletions

View File

@ -125,14 +125,6 @@ sl_overflow(Int i,Int j)
t = (1<<x)-1;
return (t & i) != i;
}
#else
static inline Int
sl_overflow(Int x,Int i)
{
return FALSE;
}
#endif
inline static Term