JavaScriptCore/create_hash_table
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    22 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    23 #
    23 #
    24 
    24 
    25 use strict;
    25 use strict;
    26 
    26 
    27 my $file = $ENV{"WEBKITDIR"} . $ARGV[0];
    27 my $file = $ARGV[0];
    28 shift;
    28 shift;
    29 my $includelookup = 0;
    29 my $includelookup = 0;
    30 
    30 
    31 # Use -i as second argument to make it include "Lookup.h"
    31 # Use -i as second argument to make it include "Lookup.h"
    32 $includelookup = 1 if (defined($ARGV[0]) && $ARGV[0] eq "-i");
    32 $includelookup = 1 if (defined($ARGV[0]) && $ARGV[0] eq "-i");