Changeset 809 in dev for branches/egtra/ab5.0/abdev/BasicCompiler_Common/src
- Timestamp:
- Feb 13, 2011, 4:10:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/BasicCompiler_Common/src/Compiler.cpp
r750 r809 353 353 const std::string Compiler::TypeToString( const Type &type ) 354 354 { 355 if( PTR_LEVEL( type.GetBasicType() ) ){355 if(type.GetBasicType() != DEF_NON && PTR_LEVEL( type.GetBasicType() ) ){ 356 356 //ポインタレベルが1以上の場合 357 357 Type tempType( type );
Note:
See TracChangeset
for help on using the changeset viewer.