Changeset 829 in dev for trunk/ab5.0/abdev/compiler_x64/Compile_Statement.cpp
- Timestamp:
- Mar 19, 2012, 2:58:56 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/Compile_Statement.cpp
-
Property svn:eol-style
set to
native
-
Property svn:mime-type
set to
text/plain; charset=Shift_JIS
r768 r829 389 389 compiler.codeGenerator.ContinueAreaBegin(); 390 390 391 //第2パラメータを取得(to ~)391 //第2パラメータを取得(to〜) 392 392 i=GetOneParameter(Parameter,i,JudgeNum); 393 393 394 //第3パラメータを取得(step ~)394 //第3パラメータを取得(step〜) 395 395 if(Parameter[i]){ 396 396 i=GetOneParameter(Parameter,i,StepNum); … … 493 493 i++; 494 494 495 //第2パラメータを取得(in ~)495 //第2パラメータを取得(in〜) 496 496 lstrcpy( collectionVar, Parameter + i ); 497 497 … … 948 948 949 949 void OpcodeGosub(char *Parameter){ 950 compiler.errorMessenger.Output(-1,"Gosub ~Returnステートメントは64ビットコンパイラで利用することはできません。",cp);950 compiler.errorMessenger.Output(-1,"Gosub 〜 Returnステートメントは64ビットコンパイラで利用することはできません。",cp); 951 951 } 952 952 void OpcodeReturn(char *Parameter){ -
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.