Changeset 1513:8a5570ddad25
- Timestamp:
- 06/22/09 13:31:25
(3 years ago)
- Author:
- Christian Kamm <kamm incasoftware de>
- Children:
1514:7a528017b4c6 1523:833337c65fd3
- branch:
- default
- Message:
Emit file and line info for 'Array operation ... not recognized' error.
Fixes #326.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1512 |
r1513 |
|
| 613 | 613 | ) |
|---|
| 614 | 614 | { |
|---|
| 615 | | error("Array operation %s not recognized", base->toChars()); |
|---|
| | 615 | base->error("Array operation %s not recognized", base->toChars()); |
|---|
| 616 | 616 | fatal(); |
|---|
| 617 | 617 | } |
|---|