Änderungen

Summary

  1. Make TriggerEvaluate work with dummy functions (commit: bfbd8a0) (details)
Commit bfbd8a0586036ae4e126a3e13683a777ce4b1de8 by lep.delete
Make TriggerEvaluate work with dummy functions

We make the dummy functions return a boolean, that is the return value
of Wrap#_call_anything_around and we modified that such that we just return
the boolean value of the return slot. This might be a garbage value but never
in cases where it matters.
(commit: bfbd8a0)
The file was modifiedsrc/runtime/interpreter.j (diff)
The file was modifiedsrc/runtime/wrap-around.j (diff)
The file was modifiedsrc/Hot/Init/Auto.hs (diff)