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/OldStatement.cpp

    r97 r206  
     1#include "stdafx.h"
     2
    13#include "common.h"
    24
     
    116118    OpcodeCalc(temp2);
    117119
    118     UserProc *pUserProc;
     120    const UserProc *pUserProc;
    119121    if(bFile) pUserProc=GetSubHash("INPUT_FromFile");
    120122    else pUserProc=GetSubHash("INPUT_FromPrompt");
     
    218220    OpcodeCalc(temp2);
    219221
    220     UserProc *pUserProc;
     222    const UserProc *pUserProc;
    221223    if(bFile) pUserProc=GetSubHash("PRINTUSING_ToFile");
    222224    else pUserProc=GetSubHash("PRINTUSING_ToPrompt");
     
    322324    if(sw) lstrcat(buffer,"+Ex\"\\r\\n\"");
    323325
    324     UserProc *pUserProc;
     326    const UserProc *pUserProc;
    325327    if(bFile) pUserProc=GetSubHash("PRINT_ToFile");
    326328    else pUserProc=GetSubHash("PRINT_ToPrompt");
Note: See TracChangeset for help on using the changeset viewer.