fixing mac bustage (we do reference argc/argv, to initialize them to something sensible).

git-svn-id: svn://10.0.0.236/trunk@67058 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-04-25 02:58:30 +00:00
parent 18749490fd
commit 253ee4158c
2 changed files with 2 additions and 2 deletions

View File

@@ -394,7 +394,7 @@ namespace Shell {
} /* namespace JavaScript */
int main(int /* argc */, char /* **argv */)
int main(int argc, char **argv)
{
#if defined(XP_MAC) && !defined(XP_MAC_MPW)
initConsole("\pJavaScript Shell", "Welcome to the js2 shell.\n", argc, argv);