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