summaryrefslogtreecommitdiff
path: root/test_bits.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-06 16:01:08 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-06 16:01:08 -0400
commit0f38df00d2f3612ec7b8809e35b1375aa07a8d7d (patch)
tree9ecd9e1491f748fbcead592cc907d5243c97eb8d /test_bits.c
parentd921ef841e5938e2dd66e905497011dd99361ae9 (diff)
downloadgpsd-0f38df00d2f3612ec7b8809e35b1375aa07a8d7d.tar.gz
Portability cleanup.
Diffstat (limited to 'test_bits.c')
-rw-r--r--test_bits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_bits.c b/test_bits.c
index 23761878..b70fa6a3 100644
--- a/test_bits.c
+++ b/test_bits.c
@@ -20,7 +20,7 @@ static short sw1, sw2;
static unsigned short uw1, uw2;
static int sl1, sl2;
static unsigned int ul1, ul2;
-static long long sL1, sL2;
+static int64_t sL1, sL2;
static uint64_t uL1, uL2;
static float f1;
static double d1;