Changeset 100 in dev for BasicCompiler_Common/VarList.cpp
- Timestamp:
- Apr 24, 2007, 3:17:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/VarList.cpp
r92 r100 346 346 if(pobj_dti->lplpSpBase[i2]==0) return; 347 347 348 extern UserProc **ppSubHash;349 UserProc *pUserProc;348 extern GlobalProc **ppSubHash; 349 GlobalProc *pUserProc; 350 350 for(i3=0,sw=0;i3<MAX_HASH;i3++){ 351 351 pUserProc=ppSubHash[i3]; … … 589 589 590 590 //プロシージャ コンボボックス 591 extern UserProc **ppSubHash;592 UserProc *pUserProc;591 extern GlobalProc **ppSubHash; 592 GlobalProc *pUserProc; 593 593 int sw; 594 594 SendMessage(hProcCombo,CB_RESETCONTENT,0,0); … … 708 708 709 709 if(pobj_dti->lplpSpBase[i2]){ 710 extern UserProc **ppSubHash;711 UserProc *pUserProc;710 extern GlobalProc **ppSubHash; 711 GlobalProc *pUserProc; 712 712 for(i3=0,sw=0;i3<MAX_HASH;i3++){ 713 713 pUserProc=ppSubHash[i3];
Note:
See TracChangeset
for help on using the changeset viewer.