Changeset 292 in dev for trunk/abdev/BasicCompiler_Common/src
- Timestamp:
- Aug 22, 2007, 3:46:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Type.cpp
r290 r292 408 408 bool Type::IsTypeParameter() const 409 409 { 410 return ( basicType== DEF_TYPE_PARAMETER );410 return ( NATURAL_TYPE(basicType) == DEF_TYPE_PARAMETER ); 411 411 } 412 412 bool Type::IsObjectClass() const
Note:
See TracChangeset
for help on using the changeset viewer.