Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Oct 7, 2002
1 parent 22ea4a3 commit 18eb569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modeq/interactive.rml
Expand Up @@ -116,6 +116,7 @@ relation evaluate: (InteractiveStmts, InteractiveSymbolTable) => (string,Intera
Inst.instantiate_implicit(p') => d &
DAE.dump2 d &
ModUtil.string_prefix_params d => d' &
Print.get_string() => errstr &
Print.clear_buf &
Codegen.generate_functions(d') &
string_append(pathstr,".c") => filename &
Expand All @@ -127,7 +128,7 @@ relation evaluate: (InteractiveStmts, InteractiveSymbolTable) => (string,Intera
System.compile_c_file(filename)
--------------------------------
evaluate(ISTMTS([IEXP(Absyn.CALL(Absyn.CREF_IDENT("generateCode",_),Absyn.FUNCTIONARGS([ Absyn.CREF(cr)],[])))]),st as SYMBOLTABLE(p,_,_,_))
=> ("Ok\n",st)
=> (errstr,st)

rule System.set_c_compiler(str)
--------------------------
Expand Down

0 comments on commit 18eb569

Please sign in to comment.