Changeset 20 in dev for BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Dec 28, 2006, 5:24:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Var.cpp
r19 r20 781 781 } 782 782 783 784 /////////////////////////////////////// 785 // 単発式([]で囲まれていない) 786 /////////////////////////////////////// 787 788 if( type == DEF_OBJECT){ 789 //オブジェクトの場合はありえない 790 SetError(300,NULL,cp); 791 return 0; 792 } 793 783 794 if(SubScripts[0]!=-1){ 784 795 SetError(41,0,cp);
Note:
See TracChangeset
for help on using the changeset viewer.