From: Ralph Ronnquist Date: Sat, 25 Jun 2022 22:57:32 +0000 (+1000) Subject: cleanup X-Git-Tag: 0.1~13 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=98b44ec4b554d4acee87cebef452c7eb12cf5add;p=rrq%2Frrqmisc.git cleanup --- diff --git a/pvector/qvector.h b/pvector/qvector.h index 2ceddbd..dfdad4b 100644 --- a/pvector/qvector.h +++ b/pvector/qvector.h @@ -12,18 +12,18 @@ */ typedef unsigned long qvector_index; -/*! - * Macro: QV_INDEX_BITS - * This defines the number of bits of a qvector index - */ -#define QV_INDEX_BITS sizeof( qvector_index ) - /*! * Macro: QV_LEVEL_BITS * This defines the number of bits in the indexing bit field. */ #define QV_LEVEL_BITS 4 +/*! + * Macro: QV_INDEX_BITS + * This defines the number of bits of a qvector index + */ +#define QV_INDEX_BITS sizeof( qvector_index ) + /*! * Macro: QV_INDEX_FIELDS * This defines the number of bit fields in an qvector index