| 14 | static char *errLocal, *errGlobal; |
| 15 | public: |
| 16 | CompilerError(){ shift = 0; lineNum = 0; empty = 1; } |
| 17 | CompilerError(const char* errStr, const char* apprPos); |
| 18 | ~CompilerError(){} |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected