Skip to content

Commit

Permalink
Turned off defaultErrorHandler
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1189 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Jun 17, 2004
1 parent c9a3122 commit 5ae6007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modelica_parser/src/modelica_parser.g
Expand Up @@ -16,7 +16,7 @@ options {
codeGenMakeSwitchThreshold = 3;
codeGenBitsetTestThreshold = 4;
importVocab = modelica;
// defaultErrorHandler = false;
defaultErrorHandler = false;
k = 2;
buildAST = true;
ASTLabelType = "RefMyAST";
Expand Down
1 change: 1 addition & 0 deletions modeq/absyn_builder/expression_parser.g
Expand Up @@ -38,6 +38,7 @@ class modelica_expression_parser extends modelica_parser;

options {
ASTLabelType = "RefMyAST";
defaultErrorHandler=false;
}


Expand Down

0 comments on commit 5ae6007

Please sign in to comment.