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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user