syntax sugar

This commit is contained in:
iceman1001 2017-12-24 10:22:02 +01:00
commit 3e5bd575f6

View file

@ -33,10 +33,6 @@ static void __attribute__((constructor)) fill_lut()
#define filter(x) (filterlut[(x) & 0xfffff])
#endif
/** binsearch
* Binary search for the first occurence of *stop's MSB in sorted [start,stop]
*/