Changeset 598 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- May 10, 2008, 8:16:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
r579 r598 639 639 } 640 640 641 int typeDefIndex = compiler.GetObjectModule().meta.GetTypeDefs().GetIndex( VarName);641 int typeDefIndex = compiler.GetObjectModule().meta.GetTypeDefs().GetIndex( LexicalAnalyzer::FullNameToSymbol( VarName ) ); 642 642 if( typeDefIndex != -1 ){ 643 643 // TypeDef後の型名だったとき
Note:
See TracChangeset
for help on using the changeset viewer.