Ignore:
Timestamp:
Sep 25, 2007, 9:23:38 PM (17 years ago)
Author:
dai_9181
Message:

デリゲートのベースがほぼ実装できた

File:
1 edited

Legend:

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

    r322 r327  
    371371    char *temporary,temp2[VN_SIZE];
    372372
    373     bool isBeforeCharDelimitation = false;
     373    bool isBeforeCharDelimitation = true;
    374374    temporary=(char *)HeapAlloc(hHeap,HEAP_ZERO_MEMORY,(lstrlen(buffer)+255)*2);
    375375    for(i=0,i2=0,IsStr=0;;i++,i2++){
Note: See TracChangeset for help on using the changeset viewer.