fix syntax error (again!)
This commit is contained in:
parent
9c4e4b12bb
commit
ecb54b0f63
@ -125,14 +125,6 @@ sl_overflow(Int i,Int j)
|
|||||||
t = (1<<x)-1;
|
t = (1<<x)-1;
|
||||||
return (t & i) != i;
|
return (t & i) != i;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
|
||||||
static inline Int
|
|
||||||
sl_overflow(Int x,Int i)
|
|
||||||
{
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline static Term
|
inline static Term
|
||||||
|
Reference in New Issue
Block a user