stdin rather than cin

git-svn-id: svn://10.0.0.236/trunk@68339 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-05-05 04:45:39 +00:00
parent 7b9a609535
commit 74bb57fecd
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ static bool promptLine(LineReader &inReader, string &s,
JavaScript::World world;
JavaScript::Debugger::Shell jsd(world, cin, JavaScript::stdOut,
JavaScript::Debugger::Shell jsd(world, stdin, JavaScript::stdOut,
JavaScript::stdOut);
const bool showTokens = true;