Ignore:
Timestamp:
Jan 28, 2007, 5:28:43 AM (17 years ago)
Author:
dai_9181
Message:

ByVal演算子を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/StrOperation.cpp

    r31 r41  
    652652            lstrcpy(name,"As");
    653653            break;
     654        case CALC_BYVAL:
     655            lstrcpy(name,"ByVal");
     656            break;
    654657        case CALC_MINUSMARK:
    655658            lstrcpy(name,"-");
Note: See TracChangeset for help on using the changeset viewer.