Ignore:
Timestamp:
Mar 27, 2008, 3:04:28 AM (16 years ago)
Author:
dai_9181
Message:

64bit版を最新の状態にした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler64/Compile_Set_Var.cpp

    r308 r468  
    9090    }
    9191
    92     SetError(1,NULL,cp);
     92    compiler.errorMessenger.Output(1,NULL,cp);
    9393}
    9494
     
    113113    }
    114114    else if(pRelative->dwKind==VAR_REFGLOBAL){
    115         SetError(300,NULL,cp);
     115        compiler.errorMessenger.Output(300,NULL,cp);
    116116    }
    117117    else if(pRelative->dwKind==VAR_LOCAL){
     
    178178    }
    179179    else if(pRelative->dwKind==VAR_REFGLOBAL){
    180         SetError(300,NULL,cp);
     180        compiler.errorMessenger.Output(300,NULL,cp);
    181181    }
    182182    else if(pRelative->dwKind==VAR_LOCAL){
Note: See TracChangeset for help on using the changeset viewer.