Changeset 327 in dev for trunk/abdev/BasicCompiler32
- Timestamp:
- Sep 25, 2007, 9:23:38 PM (18 years ago)
- Location:
- trunk/abdev/BasicCompiler32
- Files:
- 
      - 2 edited
 
 - 
          
  NumOpe.cpp (modified) (1 diff)
- 
          
  Opcode.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/abdev/BasicCompiler32/NumOpe.cppr319 r327 333 333 int idProc=GetProc(procName,(void **)&pInfo); 334 334 335 if(idProc){ 336 //閉じカッコ")"に続く文字がNULLでないとき 337 if(termFull[i2+1+i4+1]!='\0'){ 335 if(idProc) 336 { 337 if(termFull[i2+1+i4+1]!='\0') 338 { 339 //閉じカッコ")"に続く文字がNULLでないとき 338 340 SetError(42,NULL,cp); 339 341 } 
- 
      trunk/abdev/BasicCompiler32/Opcode.hr325 r327 19 19 #define breakpoint compiler.codeGenerator.PutOld( (char)0xCC ); 20 20 21 22 //プロシージャの種類23 #define PROC_DEFAULT 1 //ユーザー定義関数24 #define PROC_DLL 2 //DLL関数25 #define PROC_BUILTIN 3 //コンパイラ埋め込み型26 #define PROC_PTR 4 //関数ポインタ27 21 28 22 //プロシージャ 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
