summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2012-06-04 10:36:28 -0600
committerDave Smith <dizzyd@dizzyd.com>2012-06-08 07:06:15 -0600
commitc86c99940d06f2c77e449b37ab261d8163486e94 (patch)
tree7aa96d892a20a5eb81a5ae43c18730079f68b217 /include
parentc122eeec7561e74694184b5ffaa338cf962a374c (diff)
downloadrebar-c86c99940d06f2c77e449b37ab261d8163486e94.tar.gz
Remove ?FAIL in favor of ?ABORT
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
index 0f4e90f..7568898 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -1,5 +1,5 @@
--define(FAIL, throw({error, failed})).
+-define(ABORT, rebar_utils:abort()).
-define(ABORT(Str, Args), rebar_utils:abort(Str, Args)).
-define(CONSOLE(Str, Args), io:format(Str, Args)).