Changeset 454 in dev for trunk/ab5.0/abdev/BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Mar 22, 2008, 9:42:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler64/Compile_Var.cpp
r436 r454 875 875 } 876 876 else if( type.Is64() || type.IsPointer() ){ 877 if( type.GetBasicType()==typeOfPtrChar){877 if( type.GetBasicType() == typeOfPtrChar && type.GetIndex() == LITERAL_STRING ){ 878 878 //文字列定数のとき 879 879 … … 1044 1044 } 1045 1045 else if( type.Is64() || type.IsPointer() ){ 1046 if( type.GetBasicType()==typeOfPtrChar){1046 if( type.GetBasicType() == typeOfPtrChar && type.GetIndex() == LITERAL_STRING ){ 1047 1047 //文字列定数のとき 1048 1048
Note:
See TracChangeset
for help on using the changeset viewer.