Changeset 537 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/NumOpe_GetType.cpp
- Timestamp:
- May 3, 2008, 6:58:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/NumOpe_GetType.cpp
r536 r537 751 751 // Blittable型のときは基本型として扱う 752 752 // ※ただし、コンパイル中のメソッドがBlittable型クラスに属していないこと 753 if( UserProc::IsLocalAreaCompiling()754 && UserProc::CompilingUserProc().HasParentClass()755 && UserProc::CompilingUserProc().GetParentClass().IsBlittableType() )753 if( compiler.IsLocalAreaCompiling() 754 && compiler.GetCompilingUserProc().HasParentClass() 755 && compiler.GetCompilingUserProc().GetParentClass().IsBlittableType() ) 756 756 { 757 757 // コンパイル中のメソッドがBlittable型クラスに属している
Note:
See TracChangeset
for help on using the changeset viewer.