Änderungen

Summary

  1. Fix i2code with API stubs (commit: fe69abe) (details)
Commit fe69abe48582558badc0cfb87b9080261d1d0eb5 by lep.delete
Fix i2code with API stubs

When using API stubes those functions were using unique ids like every other
function, but we removed those stubs *before* the call to i2code which means
that the functions and ids got out of sync. Now we simply remove the stubs
at the last possible moment.
(commit: fe69abe)
The file was modifiedsrc/Main.hs (diff)