Changeset 193 in dev for trunk/abdev/BasicCompiler_Common/Const.cpp
- Timestamp:
- Jun 26, 2007, 5:04:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Const.cpp
r188 r193 1 #include <Compiler.h> 2 1 3 #include "common.h" 2 4 #include OPCODE_H_PATH //opcode.h … … 12 14 return false; 13 15 } 14 return NamespaceScopes::IsSameArea( this->namespaceScopes, namespaceScopes );16 return compiler.IsSameAreaNamespace( this->namespaceScopes, namespaceScopes ); 15 17 } 16 18 bool ConstBase::IsEqualSymbol( const string &fullName ) const
Note:
See TracChangeset
for help on using the changeset viewer.