From 5c93f2fba5eadaa1e516106c08d495c14a0eb647 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 19 Apr 2017 12:30:40 +0000 Subject: in libgu mark explicitly all functions that belong to the API --- src/runtime/c/gu/bits.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/runtime/c/gu/bits.h') diff --git a/src/runtime/c/gu/bits.h b/src/runtime/c/gu/bits.h index be8457b0a..edf6a0049 100644 --- a/src/runtime/c/gu/bits.h +++ b/src/runtime/c/gu/bits.h @@ -13,6 +13,7 @@ * */ +GU_INTERNAL_DECL unsigned gu_ceil2e(unsigned i); static inline int @@ -140,7 +141,7 @@ gu_decode_2c64(uint64_t u, GuExn* err) UINT64_C(0x7fffffffffffffff), INT64_MIN, err); } -double +GU_INTERNAL_DECL double gu_decode_double(uint64_t u); -- cgit v1.2.3