cleanup
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 25 Jun 2022 22:57:32 +0000 (08:57 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 25 Jun 2022 22:57:32 +0000 (08:57 +1000)
pvector/qvector.h

index 2ceddbd8860ec363bc396a08e310fe1a972580eb..dfdad4b3a3accc49d66cd141c2b453c1b7c8afca 100644 (file)
  */
 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