Changeset 509 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Procedure.cpp
- Timestamp:
- Apr 29, 2008, 12:27:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Procedure.cpp
r507 r509 10 10 #include "../../compiler_x86/opcode.h" 11 11 #endif 12 13 using namespace ActiveBasic::Compiler; 12 14 13 15 … … 695 697 while(pUserProc){ 696 698 if( pUserProc->IsGlobalProcedure() ){ 697 if( pUserProc->IsEqualSymbol( localName) ){699 if( pUserProc->IsEqualSymbol( LexicalAnalyzer::FullNameToSymbol( localName ) ) ){ 698 700 subs.push_back( pUserProc ); 699 701 }
Note:
See TracChangeset
for help on using the changeset viewer.