summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-28 20:14:10 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-28 20:14:10 +0200
commit4875d2312c06ad5e13497495a2e233dcc8d3d20e (patch)
treea09d26cdf399c991adb92b022c4d8973bb284f1e /include
parent636c02f0be021b5d56fd29a562f80ed0f5cdff46 (diff)
downloadrebar-4875d2312c06ad5e13497495a2e233dcc8d3d20e.tar.gz
Add rebar.hrl R13B04 TODO
We have to rename ?FAIL to ?ABORT once we require at least R13B04 for building rebar. Macros with different arity were not supported by the compiler before 13B04.
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
index bc46b1d..b338fc2 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -1,3 +1,6 @@
+%% TODO: rename FAIL to ABORT once we require at least R13B04 for
+%% building rebar. Macros with different arity were not supported by the
+%% compiler before 13B04.
-define(FAIL, rebar_utils:abort()).
-define(ABORT(Str, Args), rebar_utils:abort(Str, Args)).