diff options
author | dwight <dwight@10gen.com> | 2010-06-11 08:48:18 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-06-11 08:48:18 -0400 |
commit | 4bbfd226944dd8b0ab902ad9457d4be58175a13f (patch) | |
tree | b81b14b6442635d745400e07c910b41dfaa440be /scripting | |
parent | ec85177ba11bc78fb86abfa906a974cf924001ab (diff) | |
download | mongo-4bbfd226944dd8b0ab902ad9457d4be58175a13f.tar.gz |
try to fix build
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/engine_spidermonkey.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/engine_spidermonkey.cpp b/scripting/engine_spidermonkey.cpp index 52c3245a52c..529ad08de84 100644 --- a/scripting/engine_spidermonkey.cpp +++ b/scripting/engine_spidermonkey.cpp @@ -16,7 +16,7 @@ */ #include "pch.h" -#include "engine_spidermonkey.h"5 +#include "engine_spidermonkey.h" #include "../client/dbclient.h" #ifndef _WIN32 @@ -1497,7 +1497,7 @@ namespace mongo { }; /* used to make the logging not overly chatty in the mongo shell. */ - bool isShell = false; + extern bool isShell; void errorReporter( JSContext *cx, const char *message, JSErrorReport *report ){ stringstream ss; |