summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
commit7c506d8dc964781e59c1b9b5d6e43fb90e83b722 (patch)
tree34d16efa720aea2c01980e972ff29ad77a3c3aed /gpsd.h-tail
parent068889d5a3950b1bacdfdf1f06dd8e4cd3b3f7ea (diff)
downloadgpsd-7c506d8dc964781e59c1b9b5d6e43fb90e83b722.tar.gz
XXX -> FIX-ME: Avoids false matches with autoconf cruft.
So we can grep for things that need to be cleaned up without a lot of noise. All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 3421497f..98ebf15c 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -634,7 +634,7 @@ extern float roundf(float x);
#define NITEMS(x) (int)(sizeof(x)/sizeof(x[0]))
/* OpenBSD and FreeBSD and Cygwin don't seem to have NAN, NetBSD does, others? */
-/* XXX test for this in configure? */
+/* FIX-ME: test for this in configure? */
#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__CYGWIN__)
#ifndef NAN
#define NAN (0.0/0.0)