Skip to content

Commit

Permalink
- avoid recursive *public* dependency between AbsynDumpTpl and Dump
Browse files Browse the repository at this point in the history
  as MetaModelica/RML will consume all memory.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19619 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Mar 18, 2014
1 parent 941c280 commit 4bff189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Dump.mo
Expand Up @@ -46,9 +46,9 @@ encapsulated package Dump

// public imports
public import Absyn;
public import AbsynDumpTpl;

// protected imports
protected import AbsynDumpTpl;
protected import Config;
protected import Error;
protected import List;
Expand Down

0 comments on commit 4bff189

Please sign in to comment.