Changeset 370 in dev for trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Nov 15, 2007, 3:18:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
r368 r370 850 850 if( !compiler.StringToType( temporary, type ) ){ 851 851 SetError(3,temporary,cp); 852 type.SetBasicType( DEF_LONG );852 return false; 853 853 } 854 854
Note:
See TracChangeset
for help on using the changeset viewer.