making icode generation test not mutually exclusive with the REPL.

git-svn-id: svn://10.0.0.236/trunk@65263 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
2000-04-05 00:52:47 +00:00
parent d2bb97f65d
commit 184b213c8c
2 changed files with 2 additions and 4 deletions

View File

@@ -422,9 +422,8 @@ int main(int argc, char **argv)
World world;
#if 0
testICG(world);
#else
readEvalPrint(std::cin, world);
#endif
readEvalPrint(std::cin, world);
return 0;
//return ProcessArgs(argv + 1, argc - 1);