testCompile() is static

git-svn-id: svn://10.0.0.236/trunk@73135 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-06-24 01:04:58 +00:00
parent e8e7f3718b
commit 154282855d
2 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ char * tests[] = {
"a = { f1: 1, f2: 2}; print(a.f2++, \" should be 2\"); print(a.f2 <<= 1, \" should be 6\"); return;"
};
void testCompile()
static void testCompile()
{
JSScope glob;
Context cx(world, &glob);