summaryrefslogtreecommitdiff
path: root/crc24q.c
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-04-18 13:46:33 -0700
committerChris Kuethe <ckuethe@users.berlios.de>2010-04-18 13:46:33 -0700
commit6513343b6b95db183dcaa34637945ffe1ecd29b4 (patch)
tree07e71734de148c2248a6c4f57536cfee6fb1d6b0 /crc24q.c
parente3922ee281156682c376b7d4ed83a608fc78a22f (diff)
downloadgpsd-6513343b6b95db183dcaa34637945ffe1ecd29b4.tar.gz
use a more descriptive compilation conditional
Diffstat (limited to 'crc24q.c')
-rw-r--r--crc24q.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crc24q.c b/crc24q.c
index c58e0427..8f515c49 100644
--- a/crc24q.c
+++ b/crc24q.c
@@ -30,7 +30,7 @@
#include "crc24q.h"
-#if 0
+#ifdef REBUILD_CRC_TABLE
/*
* The crc24q code table below can be regenerated with the following code:
*/