Recognize -behavior attribute in opt_types script
This commit is contained in:
@@ -594,6 +594,8 @@ is_behaviour(AbsCode, Mod) ->
|
||||
true;
|
||||
{attribute, {behaviour, Mod}} ->
|
||||
true;
|
||||
{attribute, {behavior, Mod}} ->
|
||||
true;
|
||||
_ ->
|
||||
false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user