Ignore:
Timestamp:
Aug 23, 2007, 6:17:00 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/VariableOpe.cpp

    r292 r299  
    868868        }
    869869
     870        if( (string)temporary == "T" )
     871        {
     872            int test=0;
     873        }
     874
    870875        if( !compiler.StringToType( temporary, type ) ){
    871876            SetError(3,temporary,cp);
Note: See TracChangeset for help on using the changeset viewer.