summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 211c96c397..225fd52cdd 100644
--- a/st.c
+++ b/st.c
@@ -111,7 +111,7 @@ new_size(size)
{
int i, newsize;
-#if 0
+#if 1
for (i = 0, newsize = MINSIZE;
i < sizeof(primes)/sizeof(primes[0]);
i++, newsize <<= 1)