Changeset 828 in dev for trunk/ab5.0/abdev/ab_common/src/Lexical/Procedure.cpp
- Timestamp:
- Mar 19, 2012, 1:59:48 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/egtra merged eligible
-
Property svn:mergeinfo
set to
-
trunk/ab5.0/abdev
-
Property svn:ignore
set to
*.opensdf
*.sdf
*.suo
*.user
int
ipch
out
-
Property svn:ignore
set to
-
trunk/ab5.0/abdev/ab_common/src/Lexical/Procedure.cpp
r750 r828 1 1 #include "stdafx.h" 2 #include <jenga/include/jenga.h> 3 #include <abdev/ab_common/include/ab_common.h> 2 4 3 5 … … 243 245 244 246 // ハッシュ値を取得 245 UserProc *pUserProc = GetHashArrayElement( simpleName );246 while(pUserProc){247 foreach (auto pUserProc, GetHashArrayElement( simpleName )) 248 { 247 249 if( pUserProc->IsGlobalProcedure() ){ 248 250 if( pUserProc->IsEqualSymbol( localSymbol ) ){ … … 250 252 } 251 253 } 252 253 pUserProc=pUserProc->GetChainNext();254 254 } 255 255 }
Note:
See TracChangeset
for help on using the changeset viewer.