Ignore:
Timestamp:
Jul 12, 2007, 2:58:26 AM (17 years ago)
Author:
dai_9181
Message:

コード全体のリファクタリングを実施

File:
1 edited

Legend:

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

    r199 r206  
     1#include "stdafx.h"
     2
    13#include <jenga/include/smoothie/Smoothie.h>
    24#include <jenga/include/smoothie/LexicalAnalysis.h>
     
    126128    int i,i2;
    127129
    128     if(Command[0]=='\0') return;
     130    if(Command[0]=='\0')
     131    {
     132        return;
     133    }
     134
     135    trace_for_sourcecodestep( FormatEscapeSequenceStringToDefaultString(Command) );
     136
    129137    if(Command[0]=='*'&&IsVariableTopChar(Command[1])){
    130138        //Goto先ラベル
Note: See TracChangeset for help on using the changeset viewer.