Changeset 37819 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Oct 23, 2008, 12:24:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/create_hash_table
r36977 r37819 216 216 } 217 217 my $count = scalar @keys + 1; 218 print "\nstatic const struct HashTableValue ${nameEntries} [$count] = {\n";218 print "\nstatic const struct HashTableValue ${nameEntries}\[$count\] = {\n"; 219 219 my $i = 0; 220 220 foreach my $key (@keys) {
Note:
See TracChangeset
for help on using the changeset viewer.