Changeset 7868d92 in OpenModelica


Ignore:
Timestamp:
2012-11-22T16:30:57+01:00 (11 years ago)
Author:
Per Östlund <per.ostlund@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
91199078
Parents:
ff8dbda
Message:
  • Disable SCodeLookup.crefStripEnvPrefix when the scodeInst flag is used.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14025 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/FrontEnd/SCodeLookup.mo

    rbcd287c r7868d92  
    15551555    case (_, _)
    15561556      equation
     1557        // Don't do this if +d=scodeInst is used, it messed up the new
     1558        // instantiation which handles this correctly.
     1559        false = Flags.isSet(Flags.SCODE_INST);
    15571560        env_path = SCodeEnv.getEnvPath(inEnv);
    15581561        cref = Absyn.unqualifyCref(inCref);
Note: See TracChangeset for help on using the changeset viewer.