On Friday, January 24, 2003, at 04:53 PM, Harri Porten wrote: > Hi ! > > I've declared some local variables as "static". > > 1st patch: the hash tables. I advice to do the same in khtml/ecma via > search&replace. > 2nd patch: two local vars introduced in JavaScriptCore > > Harri. > <static1.diff><static2.diff> In C++, `const' implies `static', so these changes don't seem to be required. - Maciej