Skip to content

Commit

Permalink
Improved/corrected even more error messages (this should be the last …
Browse files Browse the repository at this point in the history
…commit).

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5659 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Daniel Hedberg committed Jun 14, 2010
1 parent 0fa9137 commit 276c71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Error.mo
Expand Up @@ -439,7 +439,7 @@ protected constant list<tuple<Integer, MessageType, Severity, String>> errorTabl
(MODIFIER_DECLARATION_TYPE_MISMATCH_ERROR,TRANSLATION(),ERROR(),
"Type mismatch in modifier: declared type %s, got modifier %s of type %s."),
(ERROR_FLATTENING,TRANSLATION(),ERROR(),
"An error occured while flattening class %s."),
"Flattening of class %s failed."),
(NOT_ARRAY_TYPE_IN_FOR_STATEMENT, TRANSLATION(), ERROR(),
"Expression %s in for-statement must be an array type."),
(BREAK_OUT_OF_LOOP, GRAMMAR(), WARNING(),
Expand Down

0 comments on commit 276c71e

Please sign in to comment.