blob: afc33858378124c146d7527cb863b94b01fb1427 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 void log_error(string file, string err)
3
4DESCRIPTION
5 Announce a compiler-time error in the named file. Whenever the
6 LPC compiler detects an error, this function is called. It
7 should at least log the error in a file, and also announce it
8 to the active user.
9
10SEE ALSO
11 runtime_error(M)