kjs: create_hash_table
Harri Porten
porten at froglogic.com
Sun Oct 5 23:13:13 CEST 2003
Hi,
I once made the mistake of appending a semicolon after namespace Foo
{ ... }. JavaScriptCore's create_hashtable script still contains this bug
(and therefore all the generated .h) files. I'd appreciate if the attached
change could be applied and the files were regenerated. Would make the
diff a bit smaller.
Thanks,
Harri.
-------------- next part --------------
--- create_hash_table.org Sun Oct 5 21:50:47 2003
+++ create_hash_table Sun Oct 5 21:50:58 2003
@@ -157,5 +157,5 @@
print "};\n";
print "\nconst struct HashTable $name = ";
print "\{ 2, $size, ${name}Entries, $hashsize \};\n\n";
- print "}; // namespace\n";
+ print "} // namespace\n";
}
More information about the Khtml-devel
mailing list