#include "tre-last-matched.h"
#include "xmalloc.h"
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wunreachable-code"
+
/*
The bit_ffs() macro in bitstring.h is flawed. Replace it with a working one.
*/
}
#endif /* !__LIBC__ */
-
+#pragma clang diagnostic push
/* EOF */