implement crappy multiplier
[fleet.git] / ships / BitFifo.ship
index b64ddc5..feb2c72 100644 (file)
@@ -89,7 +89,7 @@ was actually {\tt 37-Offset-Count} for all directions below.
 
 == Fleeterpreter ====================================================
 // Internal storage
-private static class BitStorage {
+static class BitStorage {
   long[] bits;
   int numbits = 0;
   int start = 0;