Changeset 306 in dev for trunk/abdev/BasicCompiler_Common
- Timestamp:
- Aug 28, 2007, 3:45:06 AM (18 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common
- Files:
- 
      - 2 edited
 
 - 
          
  include/option.h (modified) (1 diff)
- 
          
  src/Procedure.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/abdev/BasicCompiler_Common/include/option.hr304 r306 14 14 // バージョン付加文字列 15 15 #ifdef _AMD64_ 16 #define VER_INFO "(x64) (rev.3 06)"16 #define VER_INFO "(x64) (rev.315)" 17 17 #else 18 #define VER_INFO "(rev.3 06)"18 #define VER_INFO "(rev.315)" 19 19 #endif 20 20 
- 
      trunk/abdev/BasicCompiler_Common/src/Procedure.cppr209 r306 34 34 const NamespaceScopesCollection &UserProc::GetImportedNamespaces() const 35 35 { 36 if( pParentClass ) 37 { 38 return pParentClass->GetImportedNamespaces(); 39 } 36 40 return importedNamespaces; 37 41 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
