Changeset 537 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Exception.cpp
- Timestamp:
- May 3, 2008, 6:58:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Exception.cpp
r524 r537 222 222 223 223 // Catchアドレス 224 const UserProc *pUserProc = & UserProc::CompilingUserProc();225 if( UserProc::IsGlobalAreaCompiling() )224 const UserProc *pUserProc = &compiler.GetCompilingUserProc(); 225 if( compiler.IsGlobalAreaCompiling() ) 226 226 { 227 227 pUserProc = UserProc::pGlobalProc;
Note:
See TracChangeset
for help on using the changeset viewer.