Fix rash build.

Copied from Perforce
 Change: 186527
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-06-12 13:49:57 +01:00
parent cb629746ea
commit d482c85929

View file

@ -494,11 +494,12 @@ Res EventDescribe(Event event, mps_lib_FILE *stream, Count depth)
{
UNUSED(event);
UNUSED(stream);
UNUSED(depth);
return ResUNIMPL;
}
Res EventWrite(Event event, mps_lib_FILE *stream, Count depth)
Res EventWrite(Event event, mps_lib_FILE *stream)
{
UNUSED(event);
UNUSED(stream);