Merge branch 'master' of github.com:mongodb/mongo

Conflicts:
	scripting/engine_spidermonkey.cpp
This commit is contained in:
Eliot Horowitz
2010-05-26 01:08:36 -04:00
54 changed files with 293 additions and 190 deletions

View File

@@ -669,7 +669,7 @@ namespace mongo {
}
}
log() << "toval: unknown type: " << (int)(e.type()) << endl;
log() << "toval: unknown type: " << (int) e.type() << endl;
uassert( 10218 , "not done: toval" , 0 );
return 0;
}