diff options
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=[]} |