summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-06-11 08:48:18 -0400
committerdwight <dwight@10gen.com>2010-06-11 08:48:18 -0400
commit4bbfd226944dd8b0ab902ad9457d4be58175a13f (patch)
treeb81b14b6442635d745400e07c910b41dfaa440be /scripting
parentec85177ba11bc78fb86abfa906a974cf924001ab (diff)
downloadmongo-4bbfd226944dd8b0ab902ad9457d4be58175a13f.tar.gz
try to fix build
Diffstat (limited to 'scripting')
-rw-r--r--scripting/engine_spidermonkey.cpp4
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;