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