Added hack to get around VC++ crash on using namespace JS2Runtime

git-svn-id: svn://10.0.0.236/branches/JS2_DIKDIK_BRANCH@93730 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2001-05-03 00:30:47 +00:00
parent 1d5ad367d9
commit df89961afe

View File

@@ -63,11 +63,13 @@ static void initConsole(StringPtr consoleName,
#endif
namespace JavaScript {
namespace Shell {
// using namespace JS2Runtime;
#ifndef _WIN32
using namespace JS2Runtime;
#endif
// Interactively read a line from the input stream in and put it into
// s. Return false if reached the end of input before reading anything.