Ignore:
Timestamp:
Aug 23, 2007, 10:58:43 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/NumOpe.cpp

    r299 r301  
    233233bool TermOpe( const char *term, const Type &baseType, Type &resultType, bool &isLiteral, BOOL *pbUseHeap, bool isWantObject, bool *pIsClassName, bool isProcedureCallOnly ){
    234234    char parameter[VN_SIZE];
    235 
    236     if( (string)term=="a[1]")
    237     {
    238         int test=0;
    239     }
    240235
    241236    // Withを解決
Note: See TracChangeset for help on using the changeset viewer.