From 99cde5c79f2216e67d79c911be36824757e163f0 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Wed, 27 May 2020 09:52:46 +0000 Subject: [PATCH] uncommented FFI.moo inclusion in kernel/Moo.moo --- moo/kernel/Moo.moo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/kernel/Moo.moo b/moo/kernel/Moo.moo index e208969..60bd6f3 100644 --- a/moo/kernel/Moo.moo +++ b/moo/kernel/Moo.moo @@ -11,6 +11,6 @@ #include 'Stream.moo'. /* -------------------------------------------------------------------------- */ -//#include 'FFI.moo'. +#include 'FFI.moo'. #include 'Stdio.moo'. #include 'Console.moo'.