| # | Line 58 | Line 58 | |
|---|---|---|
| 58 | #endif | |
| 59 | ||
| 60 | extern char *tmErrorMessage[]; /* error messages */ | |
| 61 | + | extern int tmLastError; /* last error incurred by library */ |
| 62 | + | extern char *tmLastFunction; /* error-generating function name */ |
| 63 | ||
| 64 | typedef short TMbright; /* encoded luminance type */ | |
| 65 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |