| 120 | { |
| 121 | MsgBox::Error(lang_trans(L"宏") + L":\"" + macro.name.toStdWString() + std::wstring(L"\"\n\n") + lang_trans(L"栈深度超过") + std::to_wstring(interpreter_max_stack) + L"\n\n" + lang_trans(L"为防止崩溃已停止运行"), L"Quickinput Interpreter"); |
| 122 | return InterpreterResult::r_exit; |
| 123 | } |
| 124 | else |
| 125 | { |