From a57034a3afa166979bd88232b810dc88c3ae2bae Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 3 Jan 2018 09:19:48 +0100 Subject: Cleanup --- assignment-13/Bootstrap.icl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'assignment-13/Bootstrap.icl') diff --git a/assignment-13/Bootstrap.icl b/assignment-13/Bootstrap.icl index 3982566..f603b18 100644 --- a/assignment-13/Bootstrap.icl +++ b/assignment-13/Bootstrap.icl @@ -116,3 +116,5 @@ where " }" +: " return 0;" +: "}" + +instance zero CProg where zero = {bootstrap=rts, globals=[], funs=[]} -- cgit v1.2.3