Merge branch 'maint'

Bumping the required cmake to 3.10 and removing GncPkgConfig.cmake as
no longer required.
This commit is contained in:
John Ralls
2019-09-13 09:40:01 -07:00
110 changed files with 4229 additions and 3804 deletions

View File

@@ -2075,9 +2075,7 @@ typedef enum
#define done_state(state) (((state) == DONE_ST) || ((state) == NO_NUM_ST))
G_INLINE_FUNC long long int multiplier (int num_decimals);
long long int
static inline long long int
multiplier (int num_decimals)
{
switch (num_decimals)