Changeset 299 in dev for trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Aug 23, 2007, 6:17:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
r292 r299 868 868 } 869 869 870 if( (string)temporary == "T" ) 871 { 872 int test=0; 873 } 874 870 875 if( !compiler.StringToType( temporary, type ) ){ 871 876 SetError(3,temporary,cp);
Note:
See TracChangeset
for help on using the changeset viewer.