restore to the 8-bit level index variant
[rrq/rrqmisc.git] / vector / Makefile
index f8b05a7fd908a4292a30613b1aada6ae61b2a847..edd309ff154c3dce8f94f1176e099cd64aed4f1e 100644 (file)
@@ -2,7 +2,7 @@ LIBRARY = libvector.a
 LIBOBJS = vector.o hashvector.o
 
 # This is overridable on command line
-VECTOR_LEVEL_BITS = 4
+VECTOR_LEVEL_BITS = 8
 
 default: $(LIBRARY)