Changeset 459 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/error.cpp
- Timestamp:
- Mar 23, 2008, 10:38:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/error.cpp
r457 r459 496 496 } 497 497 498 //#strictが指定されていないときは型チェックを行わないようにする499 extern BOOL bStrict;500 if(bStrict==0) return true;501 502 498 if( calcType.GetBasicType() & FLAG_PTR ) 503 499 {
Note:
See TracChangeset
for help on using the changeset viewer.