making icode generation test not mutually exclusive with the REPL.

This commit is contained in:
beard%netscape.com 2000-04-05 00:52:47 +00:00
Родитель dde290c866
Коммит cf49d1a5d6
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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);

Просмотреть файл

@ -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);