# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #30975]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30975 >


This blindly follows the directions given by make on a cvs-fresh build.

to wit 'please increase hash_size (2203) in build_tools/ops2c.pl to a prime number > 
2204.4'

Ok.

oolong:~/research/parrot-test coke$ cvs diff build_tools/ops2c.pl 
Index: build_tools/ops2c.pl
===================================================================
RCS file: /cvs/public/parrot/build_tools/ops2c.pl,v
retrieving revision 1.76
diff -b -u -r1.76 ops2c.pl
--- build_tools/ops2c.pl        26 Jun 2004 14:44:40 -0000      1.76
+++ build_tools/ops2c.pl        7 Aug 2004 02:34:04 -0000
@@ -528,7 +528,7 @@
 
 if ($suffix eq '' && !$dynamic) {
     $getop = 'get_op';
-    my $hash_size = 2203;
+    my $hash_size = 2207;
     $tot = $index + scalar keys(%names);
     if ($hash_size < $tot * 1.2) {
            print STDERR

Reply via email to