- Timestamp:
- Mar 22, 2008, 9:39:09 PM (18 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/ab5.0/abdev/BasicCompiler32/Compile_Var.cpp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/ab5.0/abdev/BasicCompiler32/Compile_Var.cppr436 r453 865 865 } 866 866 else if( type.IsLong() || type.IsDWord() || type.IsPointer() ){ 867 if(type.GetBasicType()==typeOfPtrChar){ 867 if( type.GetBasicType() == typeOfPtrChar && calcType.GetIndex() == LITERAL_STRING ) 868 { 868 869 //文字列定数のとき 869 870 … … 1053 1054 } 1054 1055 else if( type.IsDWord() || type.IsLong() || type.IsPointer() ){ 1055 if(type.GetBasicType()==typeOfPtrChar){ 1056 if( type.GetBasicType() == typeOfPtrChar && calcType.GetIndex() == LITERAL_STRING ) 1057 { 1056 1058 //文字列定数のとき 1057 1059 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
