nasmlib.c: Use UINT64_C for 64bit constants
commitf9958faaea11189cc84d99ef373d2cbfa66ca485
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 24 Jan 2010 12:15:21 +0000 (24 15:15 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 24 Jan 2010 18:28:28 +0000 (24 21:28 +0300)
tree820888cea9652d601265a424e6c3b2d55f40cf9f
parent75764da5dc30f06bedf15ecf1e2a24c2f70a7aaf
nasmlib.c: Use UINT64_C for 64bit constants

In a sake of portability we should better use
UINT64_C instead of open-coded ULL postfix.

[ BR2938449 ]

Reported-by: Alexander Ilyin <dragity@mail.ru>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasmlib.c