From d82816166d9cfb7912368af20dffe8b8ffa5e7cf Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 18 Jun 2016 16:22:56 +0100 Subject: refactor interpreter code to provide expression executors for both standalone and full funtime execution --- src/shell-interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shell-interface.h') diff --git a/src/shell-interface.h b/src/shell-interface.h index b87460a48..62fc2432a 100644 --- a/src/shell-interface.h +++ b/src/shell-interface.h @@ -98,7 +98,7 @@ struct ShellExternalInterface : ModuleInstance::ExternalInterface { } } - Literal callImport(Import *import, ModuleInstance::LiteralList& arguments) override { + Literal callImport(Import *import, LiteralList& arguments) override { if (import->module == SPECTEST && import->base == PRINT) { for (auto argument : arguments) { std::cout << argument << '\n'; -- cgit v1.2.3