Ignore:
Timestamp:
Jun 11, 2008, 10:10:26 PM (16 years ago)
Author:
dai_9181
Message:

リンカの依存関係解決モジュールを製作中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp

    r632 r637  
    962962
    963963    Variable *pVar = new Variable(
    964         compiler.GetNamespaceSupporter().GetLivingNamespaceScopes(),
    965         name,
     964        Symbol( compiler.GetNamespaceSupporter().GetLivingNamespaceScopes(), name ),
    966965        type,
    967966        isConst,
Note: See TracChangeset for help on using the changeset viewer.