summaryrefslogtreecommitdiff
path: root/source/fitz/strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/strtod.c')
-rw-r--r--source/fitz/strtod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/fitz/strtod.c b/source/fitz/strtod.c
index 27489ecd..4f0675fe 100644
--- a/source/fitz/strtod.c
+++ b/source/fitz/strtod.c
@@ -32,7 +32,7 @@
typedef unsigned long ulong;
#endif
-static ulong
+static inline ulong
umuldiv(ulong a, ulong b, ulong c)
{
double d;
@@ -390,7 +390,7 @@ fpcmp(char *a, ulong* f)
}
}
-static void
+static inline void
divby(char *a, int *na, int b)
{
int n, c;
@@ -465,7 +465,7 @@ divascii(char *a, int *na, int *dp, int *bp)
divby(a, na, b);
}
-static void
+static inline void
mulby(char *a, char *p, char *q, int b)
{
int n, c;