From bd52c816f95a6aec471f194b94c2e195cf7f9988 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 18 Dec 2010 20:29:22 +0200 Subject: Cleanup the mainline PC code, and pc/ directory. --- array.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'array.c') diff --git a/array.c b/array.c index 6d1468b0..afdd25bd 100644 --- a/array.c +++ b/array.c @@ -777,12 +777,10 @@ grow_table(NODE *symbol) * just jumping from 8K to 64K. */ static const long sizes[] = { 13, 127, 1021, 8191, 16381, 32749, 65497, -#if ! defined(OS2) 131101, 262147, 524309, 1048583, 2097169, 4194319, 8388617, 16777259, 33554467, 67108879, 134217757, 268435459, 536870923, 1073741827 -#endif }; /* find next biggest hash size */ -- cgit v1.2.3