]> sigrok.org Git - libsigrok.git/commit
Use UINT64_C instead of "ULL" number suffix.
authorUwe Hermann <redacted>
Tue, 20 Feb 2018 18:59:16 +0000 (19:59 +0100)
committerUwe Hermann <redacted>
Tue, 20 Feb 2018 19:03:21 +0000 (20:03 +0100)
commitd9b716fc5fcd9f9e7e663d5c8fcdbada9cbd94d8
treeb9d882facb451d91a9681847718e6d265f9af6a3
parent405b9c10eb15667e23c2c0bba7009c449834ccd9
Use UINT64_C instead of "ULL" number suffix.

Avoid hardcoding a "ULL" number suffix, use the more portable and more
correct UINT64_C.
include/libsigrok/libsigrok.h
src/hardware/dreamsourcelab-dslogic/protocol.c
src/strutil.c
tests/strutil.c