kjs static patches

Maciej Stachowiak mjs@apple.com
Fri, 24 Jan 2003 17:07:26 -0800


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