summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-11-25 16:03:14 -0700
committerDave Smith <dizzyd@dizzyd.com>2009-11-25 16:03:14 -0700
commite52bb6783c34e1bacd419d787ee8fbad0a394624 (patch)
treebdc0a2025deb4ed514dc4e35985fc730b6f6c4c9 /include
parentb7e2088c273708bd5ce46b3c135c20f2229c7ccf (diff)
downloadrebar-e52bb6783c34e1bacd419d787ee8fbad0a394624.tar.gz
Getting basic erlang compilation working
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
index 2584f9d..4b75577 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -2,3 +2,5 @@
-record(global_state, { working_dir }).
-define(CONSOLE(Str, Args), io:format(Str, Args)).
+
+-define(FAIL, throw({error, failed})).