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