MCPcopy Create free account
hub / github.com/WheretIB/nullc / CompilerError

Method CompilerError

NULLC/Compiler.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 static char *errLocal, *errGlobal;
15public:
16 CompilerError(){ shift = 0; lineNum = 0; empty = 1; }
17 CompilerError(const char* errStr, const char* apprPos);
18 ~CompilerError(){}
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected