summaryrefslogtreecommitdiff
path: root/bits.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2008-07-15 22:41:51 +0000
committerEric S. Raymond <esr@thyrsus.com>2008-07-15 22:41:51 +0000
commit34a73848030ad7f50ac50ca975d8846d5616b65a (patch)
tree8fb8cffe4b9632e62899c5148e688f89c65e1920 /bits.h
parent4eb223bcf4ccc0847b62ae80aeabafd1c34209af (diff)
downloadgpsd-34a73848030ad7f50ac50ca975d8846d5616b65a.tar.gz
No longer necessary to define LITTLE_ENDIAN_PROTOCOL.
All regression tests pass.
Diffstat (limited to 'bits.h')
-rw-r--r--bits.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bits.h b/bits.h
index eb22a6ce..c73ac8b4 100644
--- a/bits.h
+++ b/bits.h
@@ -4,8 +4,7 @@
*
* These macros extract bytes, words, longwords, floats or doubles from
* a message that contains these items in either MSB-first or LSB-first
- * byte order. To specify which, define one of LITTLE_ENDIAN_PROTOCOL
- * or BIG_ENDIAN_PROTOCOL before including this header.
+ * byte order.
*
* By defining the GET_ORIGIN and PUT_ORIGIN macros before including
* this header, it's possible to change the origin of the indexing.