Make flo:clear-exceptions! register interest in fp env.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 1 Dec 2018 22:39:12 +0000 (22:39 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 1 Dec 2018 22:39:12 +0000 (22:39 +0000)
commitfa6641f1a6bb055a401f2b8934a9f974c03bde22
tree88acc99ac347c0de0b6120c4d513e579a11147de
parent20349ddf0b34057b6f0a1ef90848b568b974c391
Make flo:clear-exceptions! register interest in fp env.

Not sure why I made it conditional before.  Makes sense for
flo:raise-exceptions! for functions whose callers might or might not
want them, but usually you do flo:clear-exceptions! only if you are
actually going to use them afterward.
src/runtime/floenv.scm
tests/runtime/test-floenv.scm