commit | 2f69ee2f0f25c6fc1dbc440c14c52aeaaf35b6a8 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Nov 08 16:47:52 2015 -0600 |
committer | Rob Landley <rob@landley.net> | Sun Nov 08 16:47:52 2015 -0600 |
tree | 6777cc094f5030271c785d23493e3a05bab43314 | |
parent | 6fd77eab77ba51579eaece4d3e12b5b890638124 [diff] |
NOEXIT(thingy()) wrapper to turn xwrap() functions into warning versions. Also WOULD_EXIT(x, thingy()) to set a variable to 1 or 0 showing whether or not thingy() tried to exit. I'd love to be able to do "x = NOEXIT(thingy());" but haven't figured out a syntax to make that work yet...