fixed some obvious missing cases

This commit is contained in:
Jonas Rosling 2012-07-22 22:52:55 +01:00
parent 04af9f47b3
commit 9fd5e67846
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,7 @@ done
"-include_lib" attribute "-include_lib" attribute
"-vsn" attribute "-vsn" attribute
"-behaviour" attribute "-behaviour" attribute
"-behavior" attribute
"-record" attribute "-record" attribute
"-on_load" attribute "-on_load" attribute
"-connect_all" attribute "-connect_all" attribute
@ -246,6 +247,7 @@ done
"badarith" rterr "badarith" rterr
"badmatch" rterr "badmatch" rterr
"function_clause" rterr "function_clause" rterr
"case_clause" rterr
"if_clause" rterr "if_clause" rterr
"try_clause" rterr "try_clause" rterr
"undef" rterr "undef" rterr