Changeset 625:7e0a766fef47
- Timestamp:
- 10/01/08 13:15:17
(2 months ago)
- Author:
- Christian Kamm <kamm incasoftware de>
- branch:
- default
- Message:
Make typedef'ed complex types work.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r617 |
r625 |
|
| 93 | 93 | Type* baserety; |
|---|
| 94 | 94 | Type* baseimty; |
|---|
| 95 | | TY ty = to->ty; |
|---|
| | 95 | TY ty = to->toBasetype()->ty; |
|---|
| 96 | 96 | if (ty == Tcomplex32) { |
|---|
| 97 | 97 | baserety = Type::tfloat32; |
|---|
| … | … | |
| 137 | 137 | Type* baserety; |
|---|
| 138 | 138 | Type* baseimty; |
|---|
| 139 | | TY ty = to->ty; |
|---|
| | 139 | TY ty = to->toBasetype()->ty; |
|---|
| 140 | 140 | if (ty == Tcomplex32) { |
|---|
| 141 | 141 | baserety = Type::tfloat32; |
|---|