Changeset 585 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Debug.cpp
- Timestamp:
- May 10, 2008, 1:40:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/Debug.cpp
r467 r585 58 58 const IncludedFilesRelation *pIncludedFilesRelation = NULL; 59 59 const BasicSource *pNowSource = NULL; 60 BOOST_FOREACH( const BasicSource &source, compiler.GetObjectModule(). GetSources() )60 BOOST_FOREACH( const BasicSource &source, compiler.GetObjectModule().nativeSection.GetSources() ) 61 61 { 62 62 pIncludedFilesRelation = &source.GetIncludedFilesRelation();
Note:
See TracChangeset
for help on using the changeset viewer.