Skip to content

Commit

Permalink
Merged revision 4500
Browse files Browse the repository at this point in the history
Revision: 4500
Author: petar
Date: 14:44:04, den 12 november 2009
Message:
-Fixed bug with not resetting global file name when parser error.
----
Modified : /branches/MathCoreOSMC/Compiler/absyn_builder/parse.cpp



git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4503 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 12, 2009
1 parent ab32589 commit 29cb760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/absyn_builder/parse.cpp
Expand Up @@ -273,6 +273,7 @@ extern "C"
false,
filename);
ast = mk_nil();
modelicafilename=string("");
}

//Parsing complete
Expand Down

0 comments on commit 29cb760

Please sign in to comment.