Changeset 368 in dev
- Timestamp:
- Nov 12, 2007, 8:32:46 AM (17 years ago)
- Location:
- trunk/abdev
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/NumOpe.cpp
r361 r368 733 733 } 734 734 735 736 if( strstr(expression,"xxxxx"))737 {738 int test=0;739 }740 735 741 736 //////////////////////////////// -
trunk/abdev/BasicCompiler_Common/NumOpe_GetType.cpp
r355 r368 279 279 280 280 if( !compiler.StringToType( TypeName, resultType ) ){ 281 return false; 282 } 283 284 if( !resultType.IsObject() ) 285 { 286 SetError(121,NULL,cp); 281 287 return false; 282 288 } -
trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
r334 r368 1055 1055 } 1056 1056 1057 1057 1058 //構文を解析 1058 1059 Type type; -
trunk/abdev/BasicCompiler_Common/include/ver.h
r366 r368 6 6 // バージョン付加文字列 7 7 #ifdef _AMD64_ 8 #define VER_INFO "(x64) (rev.3 78)"8 #define VER_INFO "(x64) (rev.380)" 9 9 #else 10 #define VER_INFO "(rev.3 78)"10 #define VER_INFO "(rev.380)" 11 11 #endif
Note:
See TracChangeset
for help on using the changeset viewer.