Use `(1L << feature)' instead of `(1 << feature)' to avoid problems with integer overflows when we add more fields.
1.8 KiB
1.8 KiB
Use `(1L << feature)' instead of `(1 << feature)' to avoid problems with integer overflows when we add more fields.