Beispiel #1
0
void RScriptParser::ScriptPostError(char *msg1, char *msg2)
{
	hge->System_Log("%s, line %d: %s'%s'%s",
		get_name(), get_line(), msg1, tokenvalue[0] ? tkn_string():"<EOF>", msg2);
}
Beispiel #2
0
VOID RScriptParser::ScriptPostError(TCHAR *msg1, TCHAR *msg2)
{
    hge->System_Log(_T("%s, line %d: %s'%s'%s"),
                    get_name(), get_line(), msg1, tokenvalue[0] ? tkn_string():_T("<EOF>"), msg2);
}