Changeset 316 in dev for trunk/abdev/BasicCompiler_Common/src
- Timestamp:
- Sep 7, 2007, 3:15:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Type.cpp
r301 r316 396 396 return ( 397 397 basicType == DEF_OBJECT 398 || IsTypeParameter()398 || basicType == DEF_TYPE_PARAMETER 399 399 ); 400 400 }
Note:
See TracChangeset
for help on using the changeset viewer.