quotearg: don't attempt to store 1 << 31 into an "int"
[gnulib.git] / lib / ffsl.c
1 #define FUNC ffsl
2 #define TYPE long int
3 #define GCC_BUILTIN __builtin_ffsl
4 #include "ffsl.h"