|
User
Joined: 27 Feb 2005
Posts: 23
|
I found this error a couple of years ago, but forgot to send it in.
> cat error.erl
-undef(ASSERT).
-define(ASSERT, ?MODULE).
?ASSERT().
> erlc error.erl
=ERROR REPORT==== 14-Sep-2006::09:49:13 ===
Error in process <0.21.0> with exit value:
{{case_clause,{'EXIT',{function_clause,[{epp,check_uses,[undefined,[{atom,'MODULE'},{atom,'ASSERT'}],{dict,7,16,16,8,80,48,{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},{{[],[],[],[],[],[],[[{atom,'MACHINE'}],[{atom,'MODULE'}|undefined],[{atom,'LINE'}],[{atom,'FILE'}]],[],[],[],[],[[{...
./error.erl:none: internal error in parse_module;
[snip]
/Luna
--
Daniel Luna | Top reasons that I have a beard:
luna@update.uu.se | a) Laziness.
http://www.update.uu.se/~luna/ | b) I can.
Don't look at my homepage (it stinks).| c) I can get away with it.
_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist |
|
|