no message (#333)
This patch changes suffixes of constants to a more portable form.
For example, 1LL is changed to INT64_C(1).
Co-authored-by:
shibatch <shibatch.sf.net@gmail.com>
Loading
Please register or sign in to comment
This patch changes suffixes of constants to a more portable form.
For example, 1LL is changed to INT64_C(1).
Co-authored-by:
shibatch <shibatch.sf.net@gmail.com>