diff options
author | Camil Staps | 2018-01-03 09:19:48 +0100 |
---|---|---|
committer | Camil Staps | 2018-01-03 09:19:48 +0100 |
commit | a57034a3afa166979bd88232b810dc88c3ae2bae (patch) | |
tree | 6821d00e41b11ce51f916e2a2717e797504be900 /assignment-13/Bootstrap.icl | |
parent | Proper initial values for shares (diff) |
Cleanup
Diffstat (limited to 'assignment-13/Bootstrap.icl')
-rw-r--r-- | assignment-13/Bootstrap.icl | 2 |
1 files changed, 2 insertions, 0 deletions
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=[]} |