Changeset 180:6b45e3766049
- Timestamp:
- 03/02/08 12:14:28
(6 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- branch:
- default
- Message:
Add: DWT.error with file+line, at the moment dummy only
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r158 |
r180 |
|
| 3511 | 3511 | * @param code the DWT error code |
|---|
| 3512 | 3512 | */ |
|---|
| | 3513 | public static void error (char[] file, long line, int code) { |
|---|
| | 3514 | error (code, null); |
|---|
| | 3515 | } |
|---|
| 3513 | 3516 | public static void error (int code) { |
|---|
| 3514 | 3517 | error (code, null); |
|---|