From 5914ed31a9d5fb097f249cb681bc109eb3ed2a92 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 25 Sep 2020 09:31:52 -0700 Subject: 6854 --- apps/tile/data.mu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/tile/data.mu') diff --git a/apps/tile/data.mu b/apps/tile/data.mu index a4ee5b4c..40b24df7 100644 --- a/apps/tile/data.mu +++ b/apps/tile/data.mu @@ -51,10 +51,10 @@ type table { next: (handle table) } -#? type result { -#? data: (handle value-stack) -#? error: (handle array byte) # single error message for now -#? } +type result { + data: value-stack + error: (handle array byte) # single error message for now +} # if 'out' is non-null, save the first word of the program there fn initialize-program _program: (addr program), out: (addr handle word) { -- cgit 1.4.1-2-gfad0