X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=pvector%2Fqvector.h;h=dfdad4b3a3accc49d66cd141c2b453c1b7c8afca;hb=98b44ec4b554d4acee87cebef452c7eb12cf5add;hp=2ceddbd8860ec363bc396a08e310fe1a972580eb;hpb=c8a8889ffeae4e3b988d6875026cd64227cdfc02;p=rrq%2Frrqmisc.git 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