]> Kevux Git Server - fll/commit
Bugfix: The f_int_128_t is using incorrect size and change f_int_128_t to f_int128_t.
authorKevin Day <thekevinday@gmail.com>
Sat, 14 Jan 2023 06:50:25 +0000 (00:50 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 14 Jan 2023 06:50:25 +0000 (00:50 -0600)
commita4755675cf39d8a5b15242a32ef50a875ac5936a
treea9440b83f8222b60e68dd15d8eedd059289c8105
parente8f9f26b81c2d7723d366c04afaaccb14abb7de8
Bugfix: The f_int_128_t is using incorrect size and change f_int_128_t to f_int128_t.

The wrong wrapping define macros are being used.
- Use __SIZEOF_INT128__ instead of _di_f_int_128_t_.
- Use #ifdef instead of #ifndef.

Use f_int128_t to more closely match core types like int64_t.
level_0/f_print/c/print/common.h
level_0/f_type/c/type.h
level_1/fl_print/c/print.h
level_1/fl_print/c/private-print.c