Changeset 68 in dev for BasicCompiler_Common/Variable.cpp
- Timestamp:
- Mar 12, 2007, 4:04:55 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Variable.cpp
r67 r68 211 211 212 212 //文字型 213 else if( lstrcmpi( TypeName, "Char" ) == 0 ) return DEF_CHAR;213 //else if( lstrcmpi( TypeName, "Char" ) == 0 ) return DEF_CHAR; 214 214 215 215 //bool型 … … 290 290 291 291 //文字型 292 else if(type==DEF_CHAR) lstrcpy(name,"Char");292 //else if(type==DEF_CHAR) lstrcpy(name,"Char"); 293 293 294 294 //bool型
Note:
See TracChangeset
for help on using the changeset viewer.