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