diff options
author | Henrik Nord <[email protected]> | 2011-09-01 14:34:56 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-09-01 14:35:06 +0200 |
commit | afdb47aa63c5dda1939662b65ba2cdfb81229140 (patch) | |
tree | 3f17bbb376f8c6ddf9e4f2dba601c7754eff7d37 /lib/hipe/main/hipe.hrl.src | |
parent | bf8f3e3d5d928dfc63408439379d7a39880e730b (diff) | |
parent | aa1d02f72d86995fb29646fd55417ccf1f88fbca (diff) | |
download | otp-afdb47aa63c5dda1939662b65ba2cdfb81229140.tar.gz otp-afdb47aa63c5dda1939662b65ba2cdfb81229140.tar.bz2 otp-afdb47aa63c5dda1939662b65ba2cdfb81229140.zip |
Merge branch 'ta/hipe_cleanup' into dev
* ta/hipe_cleanup:
Clean up hipe.hrl.src (Signed-off-by: Kostis)
OTP-9511
Diffstat (limited to 'lib/hipe/main/hipe.hrl.src')
-rw-r--r-- | lib/hipe/main/hipe.hrl.src | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/hipe/main/hipe.hrl.src b/lib/hipe/main/hipe.hrl.src index a1fbeda9cf..ec55c707ef 100644 --- a/lib/hipe/main/hipe.hrl.src +++ b/lib/hipe/main/hipe.hrl.src @@ -50,9 +50,8 @@ %% Flags: %% DEBUG - Turns on debugging. (Can be defined to a integer %% value to determine the level of debugging) -%% VERBOSE - More info is printed... %% HIPE_LOGGING - Turn on logging of messages with erl_logger. -%% DO_ASSERT - Turn on Assertions. +%% DO_ASSERT - Turn on assertions. %% TIMING - Turn on timing. %% HIPE_INSTRUMENT_COMPILER - Turn on instrumentation of the compiler. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -107,13 +106,9 @@ %% %% Define the exit macro %% --ifdef(VERBOSE). --define(EXIT(Reason), erlang:error({?MODULE,?LINE,Reason})). --else. -define(EXIT(Reason), ?msg("EXITED with reason ~w @~w:~w\n", [Reason,?MODULE,?LINE]), erlang:error({?MODULE,?LINE,Reason})). --endif. %% %% Assertions. |