blob: afc33858378124c146d7527cb863b94b01fb1427 [file] [log] [blame]
SYNOPSIS
void log_error(string file, string err)
DESCRIPTION
Announce a compiler-time error in the named file. Whenever the
LPC compiler detects an error, this function is called. It
should at least log the error in a file, and also announce it
to the active user.
SEE ALSO
runtime_error(M)